Explorar o código

Fixed CGAL Kernel include typo in the include of point_areas_and_normals.h

Former-commit-id: f7cc952bc7853c8ad20f8236a9b0f0e1961fcc9d
GavinBarill %!s(int64=7) %!d(string=hai) anos
pai
achega
1567a31153
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/igl/copyleft/cgal/point_areas_and_normals.cpp

+ 1 - 1
include/igl/copyleft/cgal/point_areas_and_normals.cpp

@@ -6,7 +6,7 @@
 #include "../../slice_mask.h"
 #include "../../parallel_for.h"
 
-#include "CGAL/Exact_predicates_exact_constructions_kernel.h"
+#include "CGAL/Exact_predicates_inexact_constructions_kernel.h"
 #include "CGAL/Triangulation_vertex_base_with_info_2.h"
 #include "CGAL/Triangulation_data_structure_2.h"
 #include "CGAL/Delaunay_triangulation_2.h"