Skip to content

Commit

Permalink
fix mac compile #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jK committed Nov 21, 2011
1 parent f7c4ced commit 16f0b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rts/System/OffscreenGLContext.cpp
Expand Up @@ -83,7 +83,7 @@ void COffscreenGLContext::WorkerThreadFree()
/////////////////////////////////////////////////////////////////////////////////////////////////
//! APPLE

#include <CGLCurrent.h>
#include <OpenGL/CGLCurrent.h>

COffscreenGLContext::COffscreenGLContext()
{
Expand Down
2 changes: 1 addition & 1 deletion rts/System/OffscreenGLContext.h
Expand Up @@ -8,7 +8,7 @@
#elif WIN32
#include "System/Platform/Win/win32.h"
#elif __APPLE__
#include <CGLTypes.h>
#include <OpenGL/CGLTypes.h>
#else
#include <GL/glx.h>

Expand Down

0 comments on commit 16f0b90

Please sign in to comment.