mirror of https://github.com/CGAL/cgal
Add missing includes
This commit is contained in:
parent
d8ae81c69e
commit
74084d1246
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <CGAL/Classification/Feature_set.h>
|
||||
#include <CGAL/Classification/Label_set.h>
|
||||
#include <CGAL/Classification/internal/verbosity.h>
|
||||
|
||||
#ifdef CGAL_CLASSIFICATION_VERBOSE
|
||||
#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/forest.hpp>
|
||||
|
||||
#include <CGAL/tags.h>
|
||||
|
||||
#include <boost/archive/text_iarchive.hpp>
|
||||
#include <boost/archive/text_oarchive.hpp>
|
||||
#include <boost/iostreams/filtering_stream.hpp>
|
||||
|
|
|
|||
|
|
@ -45,6 +45,8 @@
|
|||
#include <cstdio>
|
||||
#endif
|
||||
|
||||
#include <CGAL/tags.h>
|
||||
|
||||
#ifdef CGAL_LINKED_WITH_TBB
|
||||
#include <tbb/parallel_for.h>
|
||||
#include <tbb/blocked_range.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue