(OSX) Build fixes/apple_gfx_context.c.inl

This commit is contained in:
twinaphex 2014-11-18 01:49:55 +01:00
parent b92838895a
commit 2d16ca2de7
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
#ifdef OSX
#include <OpenGL/CGLTypes.h>
#include <OpenGL/OpenGL.h>
#endif
#include "../../gfx/gfx_common.h"
#include "../../gfx/gfx_context.h"
#include "../../gfx/gl_common.h"