mirror of https://github.com/CGAL/cgal
Only include needed TBB headers
This commit is contained in:
parent
cea723cbff
commit
4b7f5bccc4
|
|
@ -37,7 +37,8 @@
|
|||
#include <CGAL/iterator.h>
|
||||
#include <CGAL/CC_safe_handle.h>
|
||||
|
||||
#include <tbb/tbb.h>
|
||||
#include <tbb/enumerable_thread_specific.h>
|
||||
#include <tbb/queuing_mutex.h>
|
||||
|
||||
#include <boost/mpl/if.hpp>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue