mirror of https://github.com/CGAL/cgal
include header files where they are used
This commit is contained in:
parent
84cd43c9f6
commit
c6bf236909
|
|
@ -33,8 +33,6 @@
|
||||||
#include <boost/iterator/zip_iterator.hpp>
|
#include <boost/iterator/zip_iterator.hpp>
|
||||||
#include <boost/mpl/and.hpp>
|
#include <boost/mpl/and.hpp>
|
||||||
|
|
||||||
#include <boost/iterator/counting_iterator.hpp>
|
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
namespace internal{
|
namespace internal{
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,9 @@
|
||||||
#define CGAL_INTERNAL_TRIANGULATION_2_IMSERT_CONSTRAINTS_H
|
#define CGAL_INTERNAL_TRIANGULATION_2_IMSERT_CONSTRAINTS_H
|
||||||
|
|
||||||
#include <CGAL/Spatial_sort_traits_adapter_2.h>
|
#include <CGAL/Spatial_sort_traits_adapter_2.h>
|
||||||
|
#include <boost/iterator/counting_iterator.hpp>
|
||||||
|
#include <vector>
|
||||||
|
#include <iterator>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
namespace internal {
|
namespace internal {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue