Explorar el Código

missing include

Former-commit-id: 8810464675271524d477826d3ad4f7bdf00019e1
Alec Jacobson hace 10 años
padre
commit
daf2c71352
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>