diff --git a/Polygon/test/Polygon/issue7228.cpp b/Polygon/test/Polygon/issue7228.cpp index d6616ecb2f8..623a8633130 100644 --- a/Polygon/test/Polygon/issue7228.cpp +++ b/Polygon/test/Polygon/issue7228.cpp @@ -8,7 +8,7 @@ typedef CGAL::Simple_cartesian K; typedef K::Point_2 Point; typedef CGAL::Polygon_2 Polygon_2; -typedef Polygon::Vertex_circulator Vertex_circulator; +typedef Polygon_2::Vertex_circulator Vertex_circulator; int main() {