mirror of https://github.com/CGAL/cgal
Merge pull request #5552 from sloriot/Classif-RF_warning
Fix deprecated include path
This commit is contained in:
commit
00751c0869
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue