From 7b12dc0f70154e77366b493095f26f86f5cd2469 Mon Sep 17 00:00:00 2001 From: emeric Date: Thu, 27 Mar 2025 17:29:07 +0100 Subject: [PATCH] Adding missing include --- src/libs/database/include/database/Filters.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/database/include/database/Filters.hpp b/src/libs/database/include/database/Filters.hpp index 84108568..d287021c 100644 --- a/src/libs/database/include/database/Filters.hpp +++ b/src/libs/database/include/database/Filters.hpp @@ -20,6 +20,7 @@ #pragma once #include +#include #include "database/ClusterId.hpp" #include "database/LabelId.hpp"