mirror of https://github.com/CGAL/cgal
Add missing #include.
This commit is contained in:
parent
f454eba61a
commit
813d775fba
|
|
@ -28,6 +28,8 @@
|
|||
#include <CGAL/Bbox_3.h>
|
||||
#include <CGAL/AABB_intersections.h>
|
||||
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <vector>
|
||||
#include <iterator>
|
||||
#include <boost/optional.hpp>
|
||||
#include <CGAL/AABB_node.h>
|
||||
#include <CGAL/AABB_search_tree.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue