summaryrefslogtreecommitdiff
path: root/order_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-13 11:18:02 +0000
committertron <tron@openttd.org>2005-02-13 11:18:02 +0000
commit204d08140a625a00b4385abf9d70e316f6500fe6 (patch)
treeb7cf31527cfc912609ea2ea084a31562ed7b3081 /order_gui.c
parent77d26759e3e4f0ada2298d8e89e64380592537d1 (diff)
downloadopenttd-204d08140a625a00b4385abf9d70e316f6500fe6.tar.xz
(svn r1867) Include tables/sprites.h only in files which need it
Diffstat (limited to 'order_gui.c')
-rw-r--r--order_gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/order_gui.c b/order_gui.c
index b0d88d03e..ebc51c93f 100644
--- a/order_gui.c
+++ b/order_gui.c
@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "ttd.h"
+#include "table/sprites.h"
#include "table/strings.h"
#include "map.h"
#include "tile.h"