Fixed glut include

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

View File

@@ -51,7 +51,11 @@
#include <QApplication>
#include <QGLWidget>
#ifdef ARCH_DARWIN
#include <glut.h>
#else
#include <GL/glut.h>
#endif
int main(int argc, char **argv)
{