2
0
Эх сурвалжийг харах

Include cstring header for memset()

Anton Yabchinskiy 10 жил өмнө
parent
commit
298f6be9bf

+ 2 - 0
drivers/ao/audio_driver_ao.cpp

@@ -31,6 +31,8 @@
 #include "globals.h"
 #include "os/os.h"
 
+#include <cstring>
+
 Error AudioDriverAO::init() {
 
 	active = false;