summaryrefslogtreecommitdiff
path: root/src/newgrf_industrytiles.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-01-22 10:10:03 +0000
committerrubidium <rubidium@openttd.org>2011-01-22 10:10:03 +0000
commit6ff844e7c410fec8bc3fb20865c21f073f81e75c (patch)
treec0bb5750f896c21fcc30a844f7e7c2f608c4ac11 /src/newgrf_industrytiles.h
parenteb299736c1bcb277da1862afe95c11cb897effcf (diff)
downloadopenttd-6ff844e7c410fec8bc3fb20865c21f073f81e75c.tar.xz
(svn r21887) -Fix-ish: some headers weren't including the headers they depend on
Diffstat (limited to 'src/newgrf_industrytiles.h')
-rw-r--r--src/newgrf_industrytiles.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_industrytiles.h b/src/newgrf_industrytiles.h
index 8526a1f53..443f5b533 100644
--- a/src/newgrf_industrytiles.h
+++ b/src/newgrf_industrytiles.h
@@ -16,6 +16,7 @@
#include "industry_type.h"
#include "newgrf_animation_type.h"
#include "newgrf_callbacks.h"
+#include "newgrf_industries.h"
#include "core/random_func.hpp"
bool DrawNewIndustryTile(TileInfo *ti, Industry *i, IndustryGfx gfx, const IndustryTileSpec *inds);