]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix build with boost 1.86.0 14680/head
authorMichael Cho <michael@michaelcho.dev>
Fri, 16 Aug 2024 02:49:17 +0000 (22:49 -0400)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 17 Sep 2024 13:10:14 +0000 (15:10 +0200)
commite3a9f81f47922f6834fb17533497f14ced600e84
tree2a494aac3773cfd88f46597698ed68486849f29d
parent8fd80e2467b2f75e4fee3392bbaf5f7d3bd38e17
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