]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix build with boost 1.86.0 14638/head
authorMichael Cho <michael@michaelcho.dev>
Fri, 16 Aug 2024 02:49:17 +0000 (22:49 -0400)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 9 Sep 2024 13:15:58 +0000 (15:15 +0200)
commitc8656115dbdfdf087ee9b36f2e308fdc24264815
treec0b40758a31a61a361acc6b5406bf021e24d69ab
parenteb1538c876c9f049aca06c07eeb46135f21e04bd
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