Building: Boost dependency errors

Fixes #15999
This commit is contained in:
wmayer
2024-08-22 17:00:03 +02:00
committed by Chris Hennes
parent 27423dbb39
commit 7d492c9f64
9 changed files with 9 additions and 0 deletions

View File

@@ -102,6 +102,7 @@
# include <GeomAdaptor_HCurve.hxx>
# endif
# include <boost/random.hpp>
# include <cmath>
# include <ctime>
#endif //_PreComp_

View File

@@ -65,6 +65,7 @@
#include <boost/algorithm/string/predicate.hpp>
#include <boost/core/ignore_unused.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <boost/random.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>