浏览代码

missing includes

Former-commit-id: cb325eab1ea1f6751bfc36e64845a9d8c512a9b9
Alec Jacobson 9 年之前
父节点
当前提交
a9f771933b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/igl/boolean/CSGTree.h

+ 2 - 0
include/igl/boolean/CSGTree.h

@@ -11,6 +11,8 @@
 #include <igl/boolean/string_to_mesh_boolean_type.h>
 #include <igl/boolean/MeshBooleanType.h>
 #include <igl/boolean/mesh_boolean.h>
+#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
+#include <CGAL/number_utils.h>
 
 namespace igl
 {