From 06cc3501437e4b6ca86289426e8cbe30999affb7 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 16 Jan 2015 09:54:34 +0100 Subject: [PATCH] include a boost header instead of a forward declaration as the number of template arguments changed --- STL_Extension/include/CGAL/Iterator_range.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/STL_Extension/include/CGAL/Iterator_range.h b/STL_Extension/include/CGAL/Iterator_range.h index c6df9741b90..8ea5cc8b11d 100644 --- a/STL_Extension/include/CGAL/Iterator_range.h +++ b/STL_Extension/include/CGAL/Iterator_range.h @@ -23,6 +23,8 @@ #include #include +//#include + namespace CGAL { /*! @@ -93,15 +95,6 @@ namespace CGAL { namespace boost { - template - struct range_iterator; - - template - struct range_mutable_iterator; - - template - struct range_const_iterator; - template struct range_iterator > {