fix include

This commit is contained in:
Andreas Fabri 2018-01-18 09:25:39 +00:00 committed by Mael Rouxel-Labbé
parent d5a2403ee2
commit bfaa3b7d6e
2 changed files with 1 additions and 2 deletions

View File

@ -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>

View File

@ -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>