Fix compilation with Boost 1.86

Boost 1.86 removed the boost::random dependency from boost::uuid, so
we need to include those headers on our own now to use the random
mersenne twister implementation.

(cherry picked from commit a9e115925a)
This commit is contained in:
Ian McInerney
2024-08-27 11:49:28 +01:00
committed by John Beard
parent d35431c888
commit f4f9513f80
+1
View File
@@ -25,6 +25,7 @@
#include <kiid.h>
#include <boost/random/mersenne_twister.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <boost/functional/hash.hpp>