mirror of https://github.com/CGAL/cgal
Fixed boost/core/is_same.hpp > boost/type_traits/is_same.hpp
This commit is contained in:
parent
757c18868b
commit
7185d8fec0
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue