Fix bug #3850: add missing #include <CGAL/Bbox_2.h>.

This commit is contained in:
Sylvain Pion 2007-08-23 08:57:12 +00:00
parent 64c24c46da
commit e06d15e64e
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <boost/static_assert.hpp>
#include <boost/type_traits.hpp>
#include <CGAL/Kernel/Return_base_tag.h>
#include <CGAL/Bbox_2.h>
CGAL_BEGIN_NAMESPACE

View File

@ -27,6 +27,7 @@
#include <boost/static_assert.hpp>
#include <boost/type_traits.hpp>
#include <CGAL/Kernel/Return_base_tag.h>
#include <CGAL/Bbox_2.h>
CGAL_BEGIN_NAMESPACE