diff --git a/core/logic/Translator.cpp b/core/logic/Translator.cpp index fddcf0df..3eee14d4 100644 --- a/core/logic/Translator.cpp +++ b/core/logic/Translator.cpp @@ -33,6 +33,7 @@ #include #include #include +#include #include "Translator.h" #include #include diff --git a/core/logic/stringutil.cpp b/core/logic/stringutil.cpp index 6afe21b2..7518dd98 100644 --- a/core/logic/stringutil.cpp +++ b/core/logic/stringutil.cpp @@ -31,6 +31,7 @@ #include #include +#include #include "stringutil.h" const char *stristr(const char *str, const char *substr)