summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/strings.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index e6951633c..862d5b47b 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -35,6 +35,9 @@
#include "fontcache.h"
#include "gui.h"
#include "strings_func.h"
+#if defined(TTD_BIG_ENDIAN)
+#include "core/endian_func.hpp"
+#endif
/* for opendir/readdir/closedir */
# include "fios.h"