Browse Source

Add `string.h`

gingerBill 5 years ago
parent
commit
8e63c94393
1 changed files with 1 additions and 0 deletions
  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); }