diff --git a/Bounding_volumes/test/Bounding_volumes/min_sphere_test.cpp b/Bounding_volumes/test/Bounding_volumes/min_sphere_test.cpp index 82b71269443..ff82ea1bdb0 100644 --- a/Bounding_volumes/test/Bounding_volumes/min_sphere_test.cpp +++ b/Bounding_volumes/test/Bounding_volumes/min_sphere_test.cpp @@ -33,10 +33,12 @@ #include #include #include -#include -#include #include #include +#include + +#include +#include using namespace CGAL; diff --git a/Number_types/include/CGAL/NT_converter.h b/Number_types/include/CGAL/NT_converter.h index ac225f1e0cb..4a12c4254b1 100644 --- a/Number_types/include/CGAL/NT_converter.h +++ b/Number_types/include/CGAL/NT_converter.h @@ -17,11 +17,10 @@ #include #include -template class Interval_nt; - namespace CGAL { -// A number type converter usable as default, using the conversion operator. +template +class Interval_nt; template < class NT1, class NT2 > struct NT_converter