From d4e6a6bf57216b39745b61971141e088e15e2d0d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 01:21:35 +0000 Subject: (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. --- src/cargotype.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cargotype.h') diff --git a/src/cargotype.h b/src/cargotype.h index fe55d9099..8f00ef4cd 100644 --- a/src/cargotype.h +++ b/src/cargotype.h @@ -7,6 +7,7 @@ #include "cargo_type.h" #include "gfx_type.h" +#include "strings_type.h" typedef uint32 CargoLabel; -- cgit v1.2.3-54-g00ecf