Fix Boost include

This commit is contained in:
Simon Giraudot 2021-01-06 07:59:14 +01:00
parent 661fe3505e
commit 773642e9dc
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
#include <CGAL/Shape_detection/Region_growing/Region_growing.h>
#include <CGAL/Shape_detection/Region_growing/Region_growing_on_point_set.h>
#include <boost/function_output_iterator.hpp>
#include <boost/iterator/function_output_iterator.hpp>
#include <fstream>

View File

@ -9,7 +9,7 @@
#include <CGAL/Shape_detection/Region_growing/Region_growing.h>
#include <CGAL/Shape_detection/Region_growing/Region_growing_on_point_set.h>
#include <boost/function_output_iterator.hpp>
#include <boost/iterator/function_output_iterator.hpp>
using Kernel = CGAL::Simple_cartesian<double>;

View File

@ -8,7 +8,7 @@
#include <CGAL/Shape_detection/Region_growing/Region_growing.h>
#include <CGAL/Shape_detection/Region_growing/Region_growing_on_point_set.h>
#include <boost/function_output_iterator.hpp>
#include <boost/iterator/function_output_iterator.hpp>
#include <fstream>