]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix build with boost 1.86.0 14571/head
authorMichael Cho <michael@michaelcho.dev>
Fri, 16 Aug 2024 02:49:17 +0000 (22:49 -0400)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 20 Aug 2024 11:53:08 +0000 (13:53 +0200)
commit0e9b690c9f0612066e1bdd5b35533bd9f3584258
tree38b3f0df1d748f8d6c6e416cf1f0dbbf4ee20ce1
parentf1b71975cc8015cf5daa2e500fe74645dbb640e3
Fix build with boost 1.86.0

Boost 1.86.0 changes seem to no longer indirectly include header which
causes build to fail with:
```
uuid-utils.cc:38:58:
error: 'random' is not a class, namespace, or enumeration
```

boost/random/mersenne_twister.hpp has been available since Boost 1.21.2

(cherry picked from commit eed56000b1d68ac083b8e8bea4ff0ea30a1579c4)
pdns/uuid-utils.cc