summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-12-23 04:31:45 +0000
committerbelugas <belugas@openttd.org>2007-12-23 04:31:45 +0000
commit82d240e300e6fb01b79a90c5948942466b6a442d (patch)
treeb9b9784ea68897acef2266222eb556e4c4e5c803 /src
parent8f0e68285b4eadd1780280d7e36b00ff80c20f67 (diff)
downloadopenttd-82d240e300e6fb01b79a90c5948942466b6a442d.tar.xz
(svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least for now.
Diffstat (limited to 'src')
-rw-r--r--src/win32.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win32.cpp b/src/win32.cpp
index 52eb11670..4b378910f 100644
--- a/src/win32.cpp
+++ b/src/win32.cpp
@@ -9,6 +9,7 @@
#include "helpers.hpp"
#include "saveload.h"
#include "string.h"
+#include "gfx.h"
#include "textbuf_gui.h"
#include "fileio.h"
#include <windows.h>