I had the wrong header for Windows in GLVideoInterface.h

This commit is contained in:
Ryan Houdek 2012-12-17 16:23:02 -06:00
parent f2004b2474
commit f6ef6fa0d9

View File

@ -26,7 +26,7 @@
#elif defined(__APPLE__)
#include "VideoInterface/AGL.h"
#elif defined(_WIN32)
#include "VideoInterface/GLW.h"
#include "VideoInterface/WGL.h"
#elif defined(HAVE_X11) && HAVE_X11
#include "VideoInterface/GLX.h"
#endif