summaryrefslogtreecommitdiff
path: root/glimports.hpp
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-05-15 12:56:59 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-05-15 12:56:59 +0100
commit4364860d389bf273bcfce9c5286cc7a3642469c9 (patch)
tree1c2d7ba68d2552335a2695afdf5317de3ee5aa2a /glimports.hpp
parentec299a807d097ace8dcca9db53f378ef7fe6858f (diff)
Basic MacOSX tracing support (WIP).
Diffstat (limited to 'glimports.hpp')
-rw-r--r--glimports.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/glimports.hpp b/glimports.hpp
index 5e89938..720e48a 100644
--- a/glimports.hpp
+++ b/glimports.hpp
@@ -93,4 +93,10 @@ typedef struct _WGLSWAP
#endif /* !_WIN32 */
+#ifdef __APPLE__
+
+#include <OpenGL/CGLCurrent.h>
+
+#endif /* __APPLE__ */
+
#endif /* _GLIMPORTS_HPP_ */