From c9cf4b89976d1be3706fdc9415456530d53c8038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20K=C3=BChl?= Date: Thu, 8 May 2025 22:03:42 +0200 Subject: [PATCH] added missing include --- include/matador/utils/uuid.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/matador/utils/uuid.hpp b/include/matador/utils/uuid.hpp index a11d411..3624bc7 100644 --- a/include/matador/utils/uuid.hpp +++ b/include/matador/utils/uuid.hpp @@ -3,6 +3,7 @@ #include #include +#include namespace matador::utils {