Fixed boost/core/is_same.hpp > boost/type_traits/is_same.hpp

This commit is contained in:
Mael Rouxel-Labbé 2017-05-13 22:21:59 +02:00
parent 757c18868b
commit 7185d8fec0
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@
#include <CGAL/Mesh_3/io_signature.h>
#include <boost/static_assert.hpp>
#include <boost/core/is_same.hpp>
#include <boost/type_traits/is_same.hpp>
#ifdef CGAL_LINKED_WITH_TBB
# include <tbb/atomic.h>

View File

@ -32,8 +32,8 @@
#include <CGAL/Triangulation_ds_cell_base_3.h>
#include <CGAL/Triangulation_cell_base_3.h>
#include <boost/core/is_same.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits/is_same.hpp>
namespace CGAL {

View File

@ -32,8 +32,8 @@
#include <list>
#include <boost/core/is_same.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits/is_same.hpp>
namespace CGAL {