From 82d240e300e6fb01b79a90c5948942466b6a442d Mon Sep 17 00:00:00 2001 From: belugas Date: Sun, 23 Dec 2007 04:31:45 +0000 Subject: [PATCH] (svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least for now. --- src/win32.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win32.cpp b/src/win32.cpp index 52eb116709..4b378910f6 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