Fixed gl include

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@301 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2010-03-03 15:59:58 +00:00
parent 2c9ca83224
commit 9a1627e356

View File

@@ -59,8 +59,9 @@
#include <OpenMesh/Core/Utils/Endian.hh> #include <OpenMesh/Core/Utils/Endian.hh>
#include <OpenMesh/Tools/Utils/Timer.hh> #include <OpenMesh/Tools/Utils/Timer.hh>
// -------------------- // --------------------
#ifdef ARCH_DARWIN #ifdef ARCH_DARWIN
# include <gl.h> #include <OpenGL/gl.h>
#else #else
# include <GL/gl.h> # include <GL/gl.h>
#endif #endif