diff options
| author | Thomas la Cour <tlc@hyrtwol.dk> | 2024-07-25 10:05:41 +0200 |
|---|---|---|
| committer | Thomas la Cour <tlc@hyrtwol.dk> | 2024-07-25 10:05:41 +0200 |
| commit | 9d67d12d22a0af3f9a70fc1f5d4cbc9ad4f4f09d (patch) | |
| tree | 47e4fb3fe9f98030195c91851052fa833821137b /src/common.cpp | |
| parent | 3627a51dafd259ff5ff2c1bab295ad51625695c7 (diff) | |
| parent | 9e82ae10ac83b09436f63300382ae926058a0cc8 (diff) | |
Merge remote-tracking branch 'upstream/master' into sys-windows-2
# Conflicts:
# core/sys/windows/shell32.odin
Diffstat (limited to 'src/common.cpp')
| -rw-r--r-- | src/common.cpp | 2 |
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" |