Fix forward declaration living in the wrong namespace

cherry-pick of cd9200091d
This commit is contained in:
Mael Rouxel-Labbé 2022-01-10 15:40:04 +01:00 committed by Sébastien Loriot
parent 017614c1f0
commit 2b25cb131c
2 changed files with 6 additions and 5 deletions

View File

@ -33,10 +33,12 @@
#include <CGAL/Random.h>
#include <CGAL/Cartesian_d.h>
#include <CGAL/Homogeneous_d.h>
#include <sstream>
#include <cassert>
#include <CGAL/Min_sphere_annulus_d_traits_d.h>
#include <CGAL/Min_sphere_d.h>
#include <CGAL/Quotient.h>
#include <cassert>
#include <sstream>
using namespace CGAL;

View File

@ -17,11 +17,10 @@
#include <CGAL/number_type_config.h>
#include <CGAL/number_utils.h>
template <bool> class Interval_nt;
namespace CGAL {
// A number type converter usable as default, using the conversion operator.
template <bool>
class Interval_nt;
template < class NT1, class NT2 >
struct NT_converter