aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-07-15 00:38:10 +0100
committergingerBill <bill@gingerbill.org>2024-07-15 00:38:10 +0100
commit3311ea1c7667364af9cd3f233d1a774e50879e3c (patch)
treeac1f9de70a6335376fd1030cbb3999d8d89fea6f /src/common.cpp
parent018026d844c8ad3b625f019acee470dbb865d085 (diff)
Keep MSVC happy with secure versions of C calls
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.cpp b/src/common.cpp
index 69426e2a6..0ef39bd10 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -14,6 +14,8 @@
#undef NOMINMAX
#endif
+#include <string.h>
+
#define GB_WINDOWS_H_INCLUDED
#define GB_IMPLEMENTATION
#include "gb/gb.h"