diff options
Diffstat (limited to 'src/fios.cpp')
-rw-r--r-- | src/fios.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fios.cpp b/src/fios.cpp index b83520e21..93ec66174 100644 --- a/src/fios.cpp +++ b/src/fios.cpp @@ -8,7 +8,6 @@ #include "openttd.h" #include "variables.h" #include "heightmap.h" -#include "table/strings.h" #include "fios.h" #include "fileio.h" #include "core/alloc_func.hpp" @@ -24,6 +23,8 @@ # include <unistd.h> #endif /* WIN32 */ +#include "table/strings.h" + /* Variables to display file lists */ int _fios_num; |