mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-01 18:40:12 -05:00
Fix opengl header inclusion on osx
This commit is contained in:
parent
a5fc85b17e
commit
4d977f6e3a
@ -11,9 +11,11 @@
|
|||||||
#include "Timing.h"
|
#include "Timing.h"
|
||||||
#include "Renderer.h"
|
#include "Renderer.h"
|
||||||
|
|
||||||
#ifdef _WIN32
|
#if defined(_WIN32)
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <SDKDDKVer.h>
|
#include <SDKDDKVer.h>
|
||||||
|
#elif defined(__APPLE__)
|
||||||
|
#include <OpenGL/gl.h>
|
||||||
#else
|
#else
|
||||||
#include "GL/glx.h"
|
#include "GL/glx.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user