Browse Source

Include cstring header for memset()

Anton Yabchinskiy 10 năm trước cách đây
mục cha
commit
298f6be9bf
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      drivers/ao/audio_driver_ao.cpp

+ 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;