summaryrefslogtreecommitdiff
path: root/src/strgen/strgen.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-25 14:08:56 +0000
committerrubidium <rubidium@openttd.org>2007-12-25 14:08:56 +0000
commitd821e5e92bc822804d4abe04efceabb7b836467e (patch)
tree5f3bd987b076408ff5055f57a24befcc756ad4fd /src/strgen/strgen.cpp
parentf10ec724b6adf531935f350c97011e1624d9b9e3 (diff)
downloadopenttd-d821e5e92bc822804d4abe04efceabb7b836467e.tar.xz
(svn r11697) -Fix [FS#1585]: strgen did not (always) compile properly.
Diffstat (limited to 'src/strgen/strgen.cpp')
-rw-r--r--src/strgen/strgen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp
index f981e7cd8..b5d6208d2 100644
--- a/src/strgen/strgen.cpp
+++ b/src/strgen/strgen.cpp
@@ -4,6 +4,7 @@
#include "../string.h"
#include "../table/control_codes.h"
#include "../core/alloc_func.hpp"
+#include "../core/endian_func.hpp"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>