|
@@ -75,7 +75,8 @@ IGL_INLINE void igl::copyleft::cgal::projected_cdt(
|
|
|
#ifdef IGL_STATIC_LIBRARY
|
|
|
// Explicit template specialization
|
|
|
// generated by autoexplicit.sh
|
|
|
-template void igl::copyleft::cgal::projected_cdt<CGAL::Epick, long>(std::::vector<CGAL::Object, std::::allocator<CGAL::Object> > const&, CGAL::Plane_3<CGAL::Epick> const&, std::::vector<CGAL::Point_3<CGAL::Epick>, std::::allocator<CGAL::Point_3<CGAL::Epick> > >&, std::::vector<std::::vector<long, std::::allocator<long> >, std::::allocator<std::::vector<long, std::::allocator<long> > > >&);
|
|
|
+template void igl::copyleft::cgal::projected_cdt<CGAL::Epick, long>(std::vector<CGAL::Object, std::allocator<CGAL::Object> > const&, CGAL::Plane_3<CGAL::Epick> const&, std::vector<CGAL::Point_3<CGAL::Epick>, std::allocator<CGAL::Point_3<CGAL::Epick> > >&, std::vector<std::vector<long, std::allocator<long> >, std::allocator<std::vector<long, std::allocator<long> > > >&);
|
|
|
// generated by autoexplicit.sh
|
|
|
-template void igl::copyleft::cgal::projected_cdt<CGAL::Epeck, long>(std::::vector<CGAL::Object, std::::allocator<CGAL::Object> > const&, CGAL::Plane_3<CGAL::Epeck> const&, std::::vector<CGAL::Point_3<CGAL::Epeck>, std::::allocator<CGAL::Point_3<CGAL::Epeck> > >&, std::::vector<std::::vector<long, std::::allocator<long> >, std::::allocator<std::::vector<long, std::::allocator<long> > > >&);
|
|
|
+template void igl::copyleft::cgal::projected_cdt<CGAL::Epeck, long>(std::vector<CGAL::Object, std::allocator<CGAL::Object> > const&, CGAL::Plane_3<CGAL::Epeck> const&, std::vector<CGAL::Point_3<CGAL::Epeck>, std::allocator<CGAL::Point_3<CGAL::Epeck> > >&, std::vector<std::vector<long, std::allocator<long> >, std::allocator<std::vector<long, std::allocator<long> > > >&);
|
|
|
+#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
|
|
|
#endif
|