Add missing #include.

This commit is contained in:
Stéphane Tayeb 2010-07-08 07:35:44 +00:00
parent f454eba61a
commit 813d775fba
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,8 @@
#include <CGAL/Bbox_3.h>
#include <CGAL/AABB_intersections.h>
#include <boost/optional.hpp>
namespace CGAL {
/**

View File

@ -22,6 +22,7 @@
#include <vector>
#include <iterator>
#include <boost/optional.hpp>
#include <CGAL/AABB_node.h>
#include <CGAL/AABB_search_tree.h>