2
0
gingerBill 5 жил өмнө
parent
commit
8e63c94393
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      src/common.cpp

+ 1 - 0
src/common.cpp

@@ -26,6 +26,7 @@
 #endif
 
 #include <math.h>
+#include <string.h>
 
 template <typename U, typename V>
 gb_inline U bit_cast(V &v) { return reinterpret_cast<U &>(v); }