diff options
author | 2025-01-20 19:52:03 +0100 | |
---|---|---|
committer | 2025-01-21 05:52:03 +1100 | |
commit | 32d45e173bf3a28fadfcdb948497bfe59bd1e6ab (patch) | |
tree | 8b3eda2fefe8346bc6a150f760878b73eabe121c /src/lib/util/corestr.cpp | |
parent | 136581dd90bfee53e8db2305aa50f1e1b8cde877 (diff) |
util/corestr.cpp, sound/sdl_sound.cpp: Added missing standard library headers. (#13249)
Diffstat (limited to 'src/lib/util/corestr.cpp')
-rw-r--r-- | src/lib/util/corestr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util/corestr.cpp b/src/lib/util/corestr.cpp index 586f56c1aa3..9fa0a3990a2 100644 --- a/src/lib/util/corestr.cpp +++ b/src/lib/util/corestr.cpp @@ -15,6 +15,7 @@ #include <memory> #include <cctype> +#include <cstdint> #include <cstdlib> |