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/Bbox_3.h>
|
||||||
#include <CGAL/AABB_intersections.h>
|
#include <CGAL/AABB_intersections.h>
|
||||||
|
|
||||||
|
#include <boost/optional.hpp>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
#include <boost/optional.hpp>
|
||||||
#include <CGAL/AABB_node.h>
|
#include <CGAL/AABB_node.h>
|
||||||
#include <CGAL/AABB_search_tree.h>
|
#include <CGAL/AABB_search_tree.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue