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:
parent
13bbd89b9d
commit
9c129d1778
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue