summaryrefslogtreecommitdiff
path: root/src/win32.cpp
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
commita3693160cf314d15d9359593fe239e04fe998159 (patch)
treeb9b9784ea68897acef2266222eb556e4c4e5c803 /src/win32.cpp
parent1f6043458c2677f3651618bc23f8b0a24598bffb (diff)
downloadopenttd-a3693160cf314d15d9359593fe239e04fe998159.tar.xz
(svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least for now.
Diffstat (limited to 'src/win32.cpp')
-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>