diff options
| author | gingerBill <bill@gingerbill.org> | 2020-05-21 11:10:03 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-05-21 11:10:03 +0100 |
| commit | 8e63c943939619cb74266ff43a0cff20293d5b70 (patch) | |
| tree | 5f2ccc77dcd99840f4829d3fc5e27efa17c9a01c /src/common.cpp | |
| parent | 0b16ed7c85f2474b8893b93f854d9e2bd0aeb43d (diff) | |
Add `string.h`
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); } |