fix qt example on 2.4 with vs2010 and higher
This commit is contained in:
parent
044de4105e
commit
d9b7b300b4
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user