mirror of https://github.com/CGAL/cgal
Add missing header includes
This commit is contained in:
parent
7d4d0626fa
commit
53d6d8cd68
|
|
@ -21,6 +21,8 @@
|
|||
#include <CGAL/Octree.h>
|
||||
#include <CGAL/Orthtree/Traversals.h>
|
||||
|
||||
#include <boost/functional/hash.hpp>
|
||||
|
||||
#include <array>
|
||||
#include <map>
|
||||
#include <tuple>
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@
|
|||
#include <tbb/blocked_range3d.h>
|
||||
#endif // CGAL_LINKED_WITH_TBB
|
||||
|
||||
#include <boost/functional/hash.hpp>
|
||||
|
||||
#include <array>
|
||||
|
||||
namespace CGAL {
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
#include <CGAL/Isosurfacing_3/internal/Octree_wrapper.h>
|
||||
#include <CGAL/Isosurfacing_3/internal/Cell_type.h>
|
||||
|
||||
#include <CGAL/tags.h>
|
||||
|
||||
#ifdef CGAL_LINKED_WITH_TBB
|
||||
#include <tbb/parallel_for.h>
|
||||
#endif // CGAL_LINKED_WITH_TBB
|
||||
|
|
|
|||
Loading…
Reference in New Issue