diff --git a/Outputs/CRT/Internals/OpenGL.hpp b/Outputs/CRT/Internals/OpenGL.hpp index ed9899546..4d373546b 100644 --- a/Outputs/CRT/Internals/OpenGL.hpp +++ b/Outputs/CRT/Internals/OpenGL.hpp @@ -10,7 +10,12 @@ #define OpenGL_h // TODO: figure out correct include paths for other platforms. -#include -#include +#ifdef __APPLE__ + #if TARGET_OS_IPHONE + #else + #include + #include + #endif +#endif #endif /* OpenGL_h */