mirror of https://github.com/CGAL/cgal
add missing include statement
This commit is contained in:
parent
22c4c859d2
commit
d33d8d72d7
|
|
@ -19,6 +19,7 @@
|
|||
#include <boost/type_traits/is_same.hpp>
|
||||
#include <boost/mpl/if.hpp>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
||||
#define CGAL_BGL_NP_TEMPLATE_PARAMETERS T, typename Tag, typename Base
|
||||
#define CGAL_BGL_NP_CLASS CGAL::Named_function_parameters<T,Tag,Base>
|
||||
|
|
|
|||
Loading…
Reference in New Issue