mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 00:21:25 +00:00
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.
This commit is contained in:
parent
a22d1c447d
commit
a9e115925a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user