Browse Source

missing include

Former-commit-id: 8810464675271524d477826d3ad4f7bdf00019e1
Alec Jacobson 9 years ago
parent
commit
daf2c71352
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/igl/boolean/mesh_boolean.cpp

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

@@ -6,6 +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/per_face_normals.h>
 #include <igl/boundary_facets.h>
 #include <igl/exterior_edges.h>