Bläddra i källkod

fix includes

Former-commit-id: 541a6f614aac8ee284b05adb28b2fef08c59dbed
Alec Jacobson 8 år sedan
förälder
incheckning
2ebb4e6aeb
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      include/igl/opengl2/RotateWidget.h

+ 1 - 1
include/igl/opengl2/RotateWidget.h

@@ -78,12 +78,12 @@ namespace igl
 }
 
 // Implementation
-#include "../opengl/OpenGL_convenience.h"
 #include "../PI.h"
 #include "../EPS.h"
 #include "../ray_sphere_intersect.h"
 #include "../mat_to_quat.h"
 #include "../trackball.h"
+#include "gl.h"
 #include "project.h"
 #include "unproject.h"
 #include <iostream>