#include #include #if defined(CGAL_HAS_DEFAULT_ARITHMETIC_KERNEL) #include int main() { typedef CGAL::Arithmetic_kernel AK; CGAL::test_arithmetic_kernel(); return 0; } #else #warning CGAL has no default CGAL::Arithmetic kernel int main() { return 0; } #endif