fixes for Linux

This commit is contained in:
Erwin Coumans (Google)
2015-04-16 16:58:42 -07:00
parent b2ba615874
commit bf39570ff3
7 changed files with 62 additions and 6 deletions

View File

@@ -10,7 +10,11 @@
#include <OpenGL/OpenGL.h>
#include <OpenGL/gl.h>
#else
#ifdef GLEW_STATIC
#include "CustomGL/glew.h"
#else
#include <GL/glew.h>
#endif
#endif
#include "FontData.h"
@@ -408,4 +412,4 @@ namespace Gwen
}
}
}
}