fix qt example on 2.4 with vs2010 and higher

This commit is contained in:
Dikay900 2015-04-25 14:31:50 +02:00
parent 044de4105e
commit d9b7b300b4

View File

@ -13,6 +13,9 @@
#ifdef __APPLE__
#include <OpenGL/gl.h>
#else
#if defined _MSC_VER && _MSC_VER >= 1600
#include <windows.h>
#endif
#include <GL/gl.h>
#endif