summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2015-07-26 09:47:17 +0000
committerfrosch <frosch@openttd.org>2015-07-26 09:47:17 +0000
commit4830497f0bd448e8ce236ec6e7b5618b74e85ff7 (patch)
tree4f2ab0e63aa5723d985b800ce824738e38bb2e84 /src/gfx.cpp
parent3f58ed6b1d1562e4a8d7e4c00ecd788f53e1bf39 (diff)
downloadopenttd-4830497f0bd448e8ce236ec6e7b5618b74e85ff7.tar.xz
(svn r27340) -Fix [FS#6338]: Silence warning by moving _string_colourmap to a file no its own. (Cif)
Diffstat (limited to 'src/gfx.cpp')
-rw-r--r--src/gfx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfx.cpp b/src/gfx.cpp
index 26d8b6670..bc7f93244 100644
--- a/src/gfx.cpp
+++ b/src/gfx.cpp
@@ -23,6 +23,7 @@
#include "newgrf_debug.h"
#include "table/palettes.h"
+#include "table/string_colours.h"
#include "table/sprites.h"
#include "table/control_codes.h"