From 204d08140a625a00b4385abf9d70e316f6500fe6 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 13 Feb 2005 11:18:02 +0000 Subject: (svn r1867) Include tables/sprites.h only in files which need it --- dock_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dock_gui.c') diff --git a/dock_gui.c b/dock_gui.c index cc59fd1f9..ae7ee3b46 100644 --- a/dock_gui.c +++ b/dock_gui.c @@ -1,5 +1,6 @@ #include "stdafx.h" #include "ttd.h" +#include "table/sprites.h" #include "table/strings.h" #include "map.h" #include "window.h" -- cgit v1.2.3-54-g00ecf