Browse Source

OpenGL header fix for 10.5

tags/2021-05-28
jules 13 years ago
parent
commit
9c129d1778
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      modules/juce_opengl/juce_opengl.cpp

+ 2
- 1
modules/juce_opengl/juce_opengl.cpp 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


Loading…
Cancel
Save