Fixed glut include
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@302 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -50,8 +50,11 @@
|
||||
|
||||
#include "VDPMSynthesizerViewerWidget.hh"
|
||||
|
||||
#include <GL/glut.h>
|
||||
|
||||
#ifdef ARCH_DARWIN
|
||||
#include <glut.h>
|
||||
#else
|
||||
#include <GL/glut.h>
|
||||
#endif
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user