Merge pull request #5552 from sloriot/Classif-RF_warning

Fix deprecated include path
This commit is contained in:
Laurent Rineau 2021-04-06 15:09:59 +02:00
commit 00751c0869
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <limits>
#include <list>
#include <boost/version.hpp>
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/random/mersenne_twister.hpp>
#if BOOST_VERSION >= 104700