(svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least for now.
authorbelugas
Sun, 23 Dec 2007 04:31:45 +0000
changeset 8618 6c3e824e83e4
parent 8617 931e0970d509
child 8619 c2434269c3eb
(svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least for now.
src/win32.cpp
--- a/src/win32.cpp	Sat Dec 22 23:30:28 2007 +0000
+++ b/src/win32.cpp	Sun Dec 23 04:31:45 2007 +0000
@@ -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>