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 +#include template gb_inline U bit_cast(V &v) { return reinterpret_cast(v); }