Use the fwd declaration header for Filtered_kernel.

This commit is contained in:
Laurent Rineau 2009-11-25 14:45:46 +00:00
parent a8fd9efe1b
commit ed3ba834fe
1 changed files with 5 additions and 4 deletions

View File

@ -1,14 +1,14 @@
#ifndef POLYHEDRON_TYPE_FWD_H
#define POLYHEDRON_TYPE_FWD_H
#include <CGAL/Filtered_kernel_fwd.h>
#include <memory>
#ifdef USE_FORWARD_DECL
namespace CGAL {
#include <CGAL/Filtered_kernel_fwd.h>
template <class CK>
struct Filtered_kernel;
namespace CGAL {
template < typename FT_ >
struct Simple_cartesian;
@ -33,7 +33,8 @@ namespace CGAL {
} // end namespace CGAL
// kernel
typedef CGAL::Filtered_kernel< CGAL::Simple_cartesian<double> > Kernel;
typedef CGAL::Filtered_kernel< CGAL::Simple_cartesian<double>, true > Kernel;
// surface mesh
typedef CGAL::Polyhedron_3<Kernel,