diff --git a/src/string_utils.cpp b/src/string_utils.cpp index 4cd0500..5aa448f 100644 --- a/src/string_utils.cpp +++ b/src/string_utils.cpp @@ -1,11 +1,12 @@ #include "string_utils.h" -#include "inttypes.h" +#include +#include +#include +#include #ifdef _WIN32 #include "windows/uipriv_windows.hpp" -#else -#include #endif void tuwString::alloc_cstr(const char *str, size_t size) {