blob: f7292a6a381377c7a8ef795e41170d8a9275ec1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- pdns/uuid-utils.cc.orig 2024-09-30 10:32:35 UTC
+++ pdns/uuid-utils.cc
@@ -31,6 +31,7 @@
#endif /* BOOST_VERSION */
#include <boost/random/mersenne_twister.hpp>
+#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
// The default of:
|