diff options
Diffstat (limited to 'src/common.cpp')
| -rw-r--r-- | src/common.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.cpp b/src/common.cpp index af6ceee63..a0d69b308 100644 --- a/src/common.cpp +++ b/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); } |