Commit d9b7b300 authored by Dikay900's avatar Dikay900

fix qt example on 2.4 with vs2010 and higher

parent 044de410
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment