mirror of https://github.com/CGAL/cgal
corrected includes
This commit is contained in:
parent
7d0ae6b13d
commit
fb8538393d
|
|
@ -31,12 +31,13 @@
|
||||||
#include <CGAL/spatial_sort.h>
|
#include <CGAL/spatial_sort.h>
|
||||||
#include <CGAL/Real_timer.h>
|
#include <CGAL/Real_timer.h>
|
||||||
|
|
||||||
|
#include <CGAL/boost/graph/partition.h> // METIS related
|
||||||
|
#include <CGAL/boost/graph/Face_filtered_graph.h>
|
||||||
|
|
||||||
#ifdef CGAL_LINKED_WITH_TBB
|
#ifdef CGAL_LINKED_WITH_TBB
|
||||||
#include <tbb/parallel_reduce.h>
|
#include <tbb/parallel_reduce.h>
|
||||||
#include <tbb/blocked_range.h>
|
#include <tbb/blocked_range.h>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
#include <CGAL/boost/graph/partition.h> // METIS related
|
|
||||||
#include <CGAL/boost/graph/Face_filtered_graph.h>
|
|
||||||
#endif // CGAL_LINKED_WITH_TBB
|
#endif // CGAL_LINKED_WITH_TBB
|
||||||
|
|
||||||
#include <boost/unordered_set.hpp>
|
#include <boost/unordered_set.hpp>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue