diff --git a/src/filesys.cpp b/src/filesys.cpp index 8aa10ba58..a22bdb709 100644 --- a/src/filesys.cpp +++ b/src/filesys.cpp @@ -171,6 +171,7 @@ bool RecursiveDelete(std::string path) #include #include #include +#include std::vector GetDirListing(std::string pathstring) { diff --git a/src/gettext.h b/src/gettext.h index 0e6ee0fd5..3607c1f34 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -1,6 +1,7 @@ #ifndef GETTEXT_HEADER #include "config.h" // for USE_GETTEXT #include +#include #if USE_GETTEXT #include