summaryrefslogtreecommitdiff
path: root/src/ossl_random.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ossl_random.cpp')
-rw-r--r--src/ossl_random.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ossl_random.cpp b/src/ossl_random.cpp
index f196a8b5a3..126197792b 100644
--- a/src/ossl_random.cpp
+++ b/src/ossl_random.cpp
@@ -1,8 +1,10 @@
#include "ossl_random.hpp"
-#include <boost/uuid/uuid_generators.hpp>
+#include <boost/uuid/random_generator.hpp>
#include <boost/uuid/uuid_io.hpp>
+#include <string>
+
std::string bmcweb::getRandomUUID()
{
using bmcweb::OpenSSLGenerator;