mirror of https://github.com/CGAL/cgal
Several missing #include
From: Laurent Rineau <Laurent.Rineau__CGAL@normalesup.org> (r61394 from Mesh_3-experimental-GF)
This commit is contained in:
parent
2632276b37
commit
96e2c46be5
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue