Add string.h

This commit is contained in:
gingerBill
2020-05-21 11:10:03 +01:00
parent 0b16ed7c85
commit 8e63c94393

View File

@@ -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); }