diff --git a/Packages/Apollonius_graph_2/test/Apollonius_graph_2/test_ag2.C b/Packages/Apollonius_graph_2/test/Apollonius_graph_2/test_ag2.C index 33f60cf738e..49d7626fcb6 100644 --- a/Packages/Apollonius_graph_2/test/Apollonius_graph_2/test_ag2.C +++ b/Packages/Apollonius_graph_2/test/Apollonius_graph_2/test_ag2.C @@ -23,7 +23,7 @@ typedef CGAL::Filtered_exact number_t; #include -typedef CGAL::Simple_cartesian Kernel; +struct Kernel : CGAL::Simple_cartesian {}; #include