[tiger] Force glew to come before OpenGL.

Sorry shakesoda, but we had no choice here.
This commit is contained in:
Jason Felds
2011-05-30 00:56:09 -04:00
parent b1f990c0f1
commit 5d3dd2820d
+1
View File
@@ -6,6 +6,7 @@
#endif
#ifdef __OBJC__
// Cocoa includes OpenGL from Mac OS X 10.5 onward.
# import <GL/glew.h>
# import <Cocoa/Cocoa.h>
#endif