Add missing header includes

This commit is contained in:
Mael Rouxel-Labbé 2024-02-28 10:42:01 +01:00
parent 7d4d0626fa
commit 53d6d8cd68
3 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#include <CGAL/Octree.h>
#include <CGAL/Orthtree/Traversals.h>
#include <boost/functional/hash.hpp>
#include <array>
#include <map>
#include <tuple>

View File

@ -26,6 +26,8 @@
#include <tbb/blocked_range3d.h>
#endif // CGAL_LINKED_WITH_TBB
#include <boost/functional/hash.hpp>
#include <array>
namespace CGAL {

View File

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