include a boost header instead of a forward declaration as the number of template arguments changed

This commit is contained in:
Andreas Fabri 2015-01-16 09:54:34 +01:00
parent 2e77240b3c
commit 06cc350143
1 changed files with 2 additions and 9 deletions

View File

@ -23,6 +23,8 @@
#include <CGAL/tuple.h>
#include <utility>
//#include <boost/range.hpp>
namespace CGAL {
/*!
@ -93,15 +95,6 @@ namespace CGAL {
namespace boost {
template <typename X>
struct range_iterator;
template <typename X>
struct range_mutable_iterator;
template <typename X>
struct range_const_iterator;
template <typename T>
struct range_iterator<CGAL::Iterator_range<T> >
{