浏览代码

missing include

Former-commit-id: 8810464675271524d477826d3ad4f7bdf00019e1
Alec Jacobson 9 年之前
父节点
当前提交
daf2c71352
共有 1 个文件被更改,包括 1 次插入0 次删除
  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>