some linux compilation fixes..

Former-commit-id: 5527a26086
This commit is contained in:
Wenzel Jakob
2014-02-24 16:07:31 +01:00
parent 346f7db74b
commit f12fa9bd9d
12 changed files with 91 additions and 41 deletions
+3 -3
View File
@@ -36,10 +36,10 @@
#include <Eigen/Core>
#include <Eigen/Geometry>
#ifdef WIN32
#include <GL/glut.h>
#else
#if defined(__APPLE__)
#include <GLUT/glut.h>
#else
#include <GL/glut.h>
#endif
#ifndef GLUT_WHEEL_UP