emgui: opengl header path for linux

This commit is contained in:
Konsta 'sooda' Hölttä 2013-06-22 23:12:36 +03:00
parent 2599b291b2
commit 6c08183bcf

View File

@ -3,6 +3,8 @@
#if defined(__APPLE__)
#include <OpenGL/OpenGL.h>
#include <OpenGL/gl.h>
#elif defined(EMGUI_UNIX)
#include <GL/gl.h>
#else
#define WIN32_LEAN_AND_MEAN
#include <windows.h>