]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix build with boost 1.86.0 14709/head
authorMichael Cho <michael@michaelcho.dev>
Fri, 16 Aug 2024 02:49:17 +0000 (22:49 -0400)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 25 Sep 2024 11:50:43 +0000 (13:50 +0200)
commit469b5c0ed23841facad74a2e10b41c277e9544a0
tree36d84ef7d46d64ee3d7b43c0479adbcfdf5ecd70
parent19ab93ce91781e58bc1eee2a1bfc83ff635bf988
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