summaryrefslogtreecommitdiff
path: root/src/newgrf_debug.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-08 09:07:40 +0000
committerrubidium <rubidium@openttd.org>2010-08-08 09:07:40 +0000
commit412bb37f595756eea74d02d3163d7043f84cf93a (patch)
tree94c5378291258d9973500e2d1109a5bf0240bbe5 /src/newgrf_debug.h
parent5f874b90f92c3f7f6578c5f41eef4dce0107f9e3 (diff)
downloadopenttd-412bb37f595756eea74d02d3163d7043f84cf93a.tar.xz
(svn r20409) -Codechange: reduce the number of includes needed by newgrf.h
Diffstat (limited to 'src/newgrf_debug.h')
-rw-r--r--src/newgrf_debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf_debug.h b/src/newgrf_debug.h
index f217a8fc7..c31b48ccb 100644
--- a/src/newgrf_debug.h
+++ b/src/newgrf_debug.h
@@ -13,6 +13,8 @@
#define NEWGRF_DEBUG_H
#include "newgrf.h"
+#include "core/smallvec_type.hpp"
+#include "tile_type.h"
#include "vehicle_type.h"
/** Current state of spritepicker */