Only include needed TBB headers

This commit is contained in:
Simon Giraudot 2018-03-13 15:39:56 +01:00
parent cea723cbff
commit 4b7f5bccc4
1 changed files with 2 additions and 1 deletions

View File

@ -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>