From 29e99af9540a48844751f24f1cde1f6dbeb98655 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Sun, 23 Feb 2025 14:05:40 +0000 Subject: [PATCH] A test file --- .../test_sdg_linf_traits_2.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Segment_Delaunay_graph_Linf_2/test/Segment_Delaunay_graph_Linf_2/test_sdg_linf_traits_2.cpp b/Segment_Delaunay_graph_Linf_2/test/Segment_Delaunay_graph_Linf_2/test_sdg_linf_traits_2.cpp index 570eb727a6f..0e96c246782 100644 --- a/Segment_Delaunay_graph_Linf_2/test/Segment_Delaunay_graph_Linf_2/test_sdg_linf_traits_2.cpp +++ b/Segment_Delaunay_graph_Linf_2/test/Segment_Delaunay_graph_Linf_2/test_sdg_linf_traits_2.cpp @@ -5,20 +5,20 @@ #define CGAL_SDG_DEBUG(a) { a } #endif +#include +#include + #include #include #include #include -#include #include #include #include #include #include -#include -#include