diff options
author | rubidium <rubidium@openttd.org> | 2007-12-23 10:56:02 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-23 10:56:02 +0000 |
commit | 507463e420317193b499c895496807f6e5b5da8f (patch) | |
tree | 38db428e795daef4055965543d541fc03dc4b9d8 /src/misc | |
parent | a3693160cf314d15d9359593fe239e04fe998159 (diff) | |
download | openttd-507463e420317193b499c895496807f6e5b5da8f.tar.xz |
(svn r11684) -Codechange: split gfx.h in a type and functional header.
Diffstat (limited to 'src/misc')
-rw-r--r-- | src/misc/dbg_helpers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc/dbg_helpers.cpp b/src/misc/dbg_helpers.cpp index 2e95ee1b8..a07c5ce60 100644 --- a/src/misc/dbg_helpers.cpp +++ b/src/misc/dbg_helpers.cpp @@ -2,6 +2,7 @@ /** @file dbg_helpers.cpp */ #include "../stdafx.h" +#include "../openttd.h" #include "../direction_type.h" #include "../rail.h" #include "../rail_map.h" |