mirror of https://github.com/CGAL/cgal
fix include
This commit is contained in:
parent
d5a2403ee2
commit
bfaa3b7d6e
|
|
@ -32,7 +32,6 @@
|
|||
#include <CGAL/number_utils_classes.h>
|
||||
#include <CGAL/utility.h>
|
||||
|
||||
#include <boost/core/enable_if.hpp>
|
||||
#include <boost/utility/enable_if.hpp>
|
||||
|
||||
#include <iterator>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
#include <CGAL/utility.h>
|
||||
#include <CGAL/function_objects.h>
|
||||
|
||||
#include <boost/core/enable_if.hpp>
|
||||
#include <boost/utility/enable_if.hpp>
|
||||
#include <boost/type_traits/is_convertible.hpp>
|
||||
|
||||
#include <iterator>
|
||||
|
|
|
|||
Loading…
Reference in New Issue