Had this sitting around for a while to fix nogui.

This commit is contained in:
Ryan Houdek 2013-03-23 14:57:55 -05:00
parent 470c9ff08a
commit 086252380d
1 changed files with 2 additions and 0 deletions

View File

@ -24,7 +24,9 @@
#include <cstdio>
#include "GLUtil.h"
#if defined(HAVE_WX) && HAVE_WX
#include "WxUtils.h"
#endif
#include "FileUtil.h"