소스 검색

Missing include.

Former-commit-id: de2d550c1e70ec59954594867fdaafb07e67c15d
Qingnan Zhou 9 년 전
부모
커밋
6f08fe58b6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/igl/copyleft/boolean/mesh_boolean.cpp

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

@@ -16,6 +16,7 @@
 #include "../../unique_simplices.h"
 #include "../../slice.h"
 #include "../../resolve_duplicated_faces.h"
+#include "../../get_seconds.h"
 
 #include <CGAL/Exact_predicates_exact_constructions_kernel.h>
 #include <algorithm>