mirror of https://github.com/CGAL/cgal
add missing include directives
This commit is contained in:
parent
a28afa4c31
commit
0d60c1626e
|
|
@ -26,6 +26,8 @@
|
|||
#include <CGAL/AABB_tree.h>
|
||||
#include <CGAL/AABB_traits.h>
|
||||
#include <CGAL/AABB_triangle_primitive.h>
|
||||
#include <CGAL/utility.h>
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
/// \cond SKIP_IN_MANUAL
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue