diff --git a/src/utils/file.cpp b/src/utils/file.cpp index bbe56a1..f6d059a 100644 --- a/src/utils/file.cpp +++ b/src/utils/file.cpp @@ -2,6 +2,8 @@ #include #include +#include "string.h" + bool isInScope(const std::string &path) { #ifdef _WIN32 diff --git a/src/utils/system.cpp b/src/utils/system.cpp index d0743a4..f5f69cc 100644 --- a/src/utils/system.cpp +++ b/src/utils/system.cpp @@ -9,6 +9,8 @@ #include #endif // _WIN32 +#include "string.h" + void sleepMs(int interval) { /*