Browse Source

More Travis fixing...

Thomas Buck 9 years ago
parent
commit
43a70b7d24
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      include/global.h

+ 2
- 1
include/global.h View File

74
 #ifdef _WIN32
74
 #ifdef _WIN32
75
 #include <windows.h>
75
 #include <windows.h>
76
 #endif
76
 #endif
77
-#include <GL/gl3.h>
77
+#include <GL/gl.h>
78
+#include <GL/glext.h>
78
 #endif
79
 #endif
79
 
80
 
80
 // If available, use our own assert that prints the call stack
81
 // If available, use our own assert that prints the call stack

Loading…
Cancel
Save