mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
10 lines
256 B
C++
10 lines
256 B
C++
--- uuid-utils.cc.orig 2024-09-30 10:32:35 UTC
|
|
+++ 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:
|