Getting OSX building

This commit is contained in:
Brad Davis 2014-05-24 04:28:49 -07:00
parent f28c6788b2
commit 7e0f3a448e

View File

@ -41,6 +41,9 @@ limitations under the License.
#include <GL/glxew.h>
#endif
#if defined(OVR_OS_MAC)
#include <OpenGL/OpenGL.h>
#endif
namespace OVR { namespace CAPI { namespace GL {