1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

OpenGL header fix for 10.5

This commit is contained in:
jules 2012-04-04 10:10:02 +01:00
parent 13bbd89b9d
commit 9c129d1778

View file

@ -114,7 +114,8 @@
//==============================================================================
#elif JUCE_MAC
#include <OpenGL/CGLCurrent.h>
#include <OpenGL/CGLCurrent.h> // These are both just needed with the 10.5 SDK
#include <OpenGL/OpenGL.h>
//==============================================================================
#elif JUCE_ANDROID