Merge branch 'Mesh_3-fix_includes-lrineau'

Fix missing/surperflous #include

Tested in CGAL-4.6-Ic-50.
Approved by the Release Manager.
This commit is contained in:
Laurent Rineau 2014-11-06 11:59:26 +01:00
commit 2d72cd7f7e
3 changed files with 7 additions and 3 deletions

View File

@ -37,10 +37,13 @@
#endif
#include <boost/dynamic_bitset.hpp>
namespace CGAL {
#include <boost/type_traits/remove_reference.hpp>
#include <boost/type_traits/remove_cv.hpp>
#include <CGAL/config.h>
#include <CGAL/assertions.h>
namespace CGAL {
/**
* @class Implicit_to_labeling_function_wrapper

View File

@ -24,6 +24,8 @@
#define CGAL_MESH_3_SLIVERS_EXUDER_H
#include <CGAL/Mesh_3/config.h>
#include <CGAL/Mesh_3/Concurrent_mesher_config.h>
#include <CGAL/Bbox_3.h>
#include <CGAL/Double_map.h>
#include <CGAL/iterator.h>

View File

@ -22,7 +22,6 @@
#ifndef CGAL_SQUARED_DISTANCE_POINT_3_TRIANGLE_3_H
#define CGAL_SQUARED_DISTANCE_POINT_3_TRIANGLE_3_H
#include <CGAL/kernel_basic.h>
#include <CGAL/squared_distance_3_0.h>
#include <CGAL/squared_distance_3_1.h>
#include <CGAL/wmult.h>