Browse Source

wrong path

Former-commit-id: dda3580ef4689009b940258d6c9b5ad0eb14547f
Alec Jacobson 9 years ago
parent
commit
10212e3862
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/boolean/mesh_boolean.cpp

+ 1 - 1
include/igl/boolean/mesh_boolean.cpp

@@ -6,7 +6,7 @@
 // v. 2.0. If a copy of the MPL was not distributed with this file, You can 
 // obtain one at http://mozilla.org/MPL/2.0/.
 #include "mesh_boolean.h"
-#include "assign_scalar.h"
+#include <igl/cgal/assign_scalar.h>
 #include <igl/per_face_normals.h>
 #include <igl/boundary_facets.h>
 #include <igl/exterior_edges.h>