changeset 8122:93f011ace340 draft

(svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least for now.
author belugas <belugas@openttd.org>
date Sun, 23 Dec 2007 04:31:45 +0000
parents 89722abcfd91
children c26c28875749
files src/win32.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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>