Browse Source

Missing include.

Former-commit-id: de2d550c1e70ec59954594867fdaafb07e67c15d
Qingnan Zhou 9 years ago
parent
commit
6f08fe58b6
1 changed files with 1 additions and 0 deletions
  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>