Browse Source

Missing include.

Former-commit-id: 6dc5c11965d3610b366ae55147e36b11fc47501a
Qingnan Zhou 9 years ago
parent
commit
ea99e021fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/igl/copyleft/cgal/SelfIntersectMesh.h

+ 1 - 0
include/igl/copyleft/cgal/SelfIntersectMesh.h

@@ -10,6 +10,7 @@
 
 #include "CGAL_includes.hpp"
 #include "RemeshSelfIntersectionsParam.h"
+#include "../../unique.h"
 
 #include <Eigen/Dense>
 #include <list>