]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix build with boost 1.86.0 14562/head
authorMichael Cho <michael@michaelcho.dev>
Fri, 16 Aug 2024 02:49:17 +0000 (22:49 -0400)
committerMichael Cho <michael@michaelcho.dev>
Fri, 16 Aug 2024 02:49:20 +0000 (22:49 -0400)
commiteed56000b1d68ac083b8e8bea4ff0ea30a1579c4
treecedd08b3613180733911343e71eddec41571cc22
parentb69f97caf24d205367d1848f522a3e4468e5e88d
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
pdns/uuid-utils.cc