Several missing #include

From: Laurent Rineau <Laurent.Rineau__CGAL@normalesup.org>
(r61394 from Mesh_3-experimental-GF)
This commit is contained in:
Jane Tournois 2012-07-20 09:20:51 +00:00
parent 2632276b37
commit 96e2c46be5
3 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,7 @@ namespace {
#include <CGAL/enum.h>
#include <CGAL/iterator.h>
#include <CGAL/number_utils.h>
#include <CGAL/squared_distance_3.h>
namespace CGAL {

View File

@ -44,6 +44,7 @@
#include <CGAL/Timer.h>
#include <CGAL/Mesh_3/Null_perturber_visitor.h>
#include <boost/format.hpp>
#ifdef CGAL_MESH_3_USE_RELAXED_HEAP
#include <boost/pending/relaxed_heap.hpp>
#else

View File

@ -25,7 +25,7 @@
#ifndef CGAL_MESH_3_VERTEX_PERTURBATION_H
#define CGAL_MESH_3_VERTEX_PERTURBATION_H
#include <CGAL/Timer.h>
#include <CGAL/Mesh_3/C3T3_helpers.h>
#include <CGAL/Mesh_3/Triangulation_helpers.h>