Эх сурвалжийг харах

fix includes

Former-commit-id: 541a6f614aac8ee284b05adb28b2fef08c59dbed
Alec Jacobson 8 жил өмнө
parent
commit
2ebb4e6aeb

+ 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>