From 8e63c943939619cb74266ff43a0cff20293d5b70 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 21 May 2020 11:10:03 +0100 Subject: Add `string.h` --- src/common.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.cpp') 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); } -- cgit v1.2.3