Fix compile error on non-windows caused by r4097.

Originally committed to SVN as r4099.
This commit is contained in:
Thomas Goyne 2010-02-14 18:06:56 +00:00
parent 175b2a4648
commit 621cefe14e
1 changed files with 4 additions and 0 deletions

View File

@ -38,8 +38,12 @@
#ifndef AGI_PRE
#include <wx/log.h>
#include <algorithm>
#endif
using std::min;
using std::max;
// These must be included before local headers.
#ifdef __APPLE__
#include <OpenGL/GL.h>