Add missing includes

This commit is contained in:
Simon Giraudot 2018-12-13 15:45:22 +01:00
parent d8ae81c69e
commit 74084d1246
2 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <CGAL/Classification/Feature_set.h> #include <CGAL/Classification/Feature_set.h>
#include <CGAL/Classification/Label_set.h> #include <CGAL/Classification/Label_set.h>
#include <CGAL/Classification/internal/verbosity.h>
#ifdef CGAL_CLASSIFICATION_VERBOSE #ifdef CGAL_CLASSIFICATION_VERBOSE
#define VERBOSE_TREE_PROGRESS 1 #define VERBOSE_TREE_PROGRESS 1
@ -43,6 +44,8 @@
#include <CGAL/Classification/internal/auxiliary/random-forest/node-gini.hpp> #include <CGAL/Classification/internal/auxiliary/random-forest/node-gini.hpp>
#include <CGAL/Classification/internal/auxiliary/random-forest/forest.hpp> #include <CGAL/Classification/internal/auxiliary/random-forest/forest.hpp>
#include <CGAL/tags.h>
#include <boost/archive/text_iarchive.hpp> #include <boost/archive/text_iarchive.hpp>
#include <boost/archive/text_oarchive.hpp> #include <boost/archive/text_oarchive.hpp>
#include <boost/iostreams/filtering_stream.hpp> #include <boost/iostreams/filtering_stream.hpp>

View File

@ -45,6 +45,8 @@
#include <cstdio> #include <cstdio>
#endif #endif
#include <CGAL/tags.h>
#ifdef CGAL_LINKED_WITH_TBB #ifdef CGAL_LINKED_WITH_TBB
#include <tbb/parallel_for.h> #include <tbb/parallel_for.h>
#include <tbb/blocked_range.h> #include <tbb/blocked_range.h>