Fixed gl include
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@301 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -59,8 +59,9 @@
|
||||
#include <OpenMesh/Core/Utils/Endian.hh>
|
||||
#include <OpenMesh/Tools/Utils/Timer.hh>
|
||||
// --------------------
|
||||
|
||||
#ifdef ARCH_DARWIN
|
||||
# include <gl.h>
|
||||
#include <OpenGL/gl.h>
|
||||
#else
|
||||
# include <GL/gl.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user