(svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least for now.

This commit is contained in:
belugas
2007-12-23 04:31:45 +00:00
parent 8f0e68285b
commit 82d240e300

View File

@@ -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>