mirror of https://github.com/CGAL/cgal
add missing include directive
This commit is contained in:
parent
32ac9f22a7
commit
2ccb0f7320
|
|
@ -46,6 +46,7 @@
|
|||
#include <boost/type_traits/is_floating_point.hpp>
|
||||
#include <boost/mpl/has_xxx.hpp>
|
||||
#include <boost/graph/graph_traits.hpp>
|
||||
#include <boost/range/has_range_iterator.hpp>
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue