mirror of https://github.com/CGAL/cgal
Do not include deprecated boost header file
This commit is contained in:
parent
6ac5b7d871
commit
790d9ca8be
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
#include "IntersectCurves.h"
|
#include "IntersectCurves.h"
|
||||||
#include "ArrangementTypes.h"
|
#include "ArrangementTypes.h"
|
||||||
#include <boost/function_output_iterator.hpp>
|
#include <boost/iterator/function_output_iterator.hpp>
|
||||||
|
|
||||||
|
|
||||||
template <typename Traits_>
|
template <typename Traits_>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue