From c524b6069fdcc0dd4cb372a107a444b255083e25 Mon Sep 17 00:00:00 2001 From: Guilherme Amadio Date: Wed, 27 Nov 2024 10:21:08 +0100 Subject: [PATCH] COMMON: Add missing include to Utils.hh --- common/Utils.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/Utils.hh b/common/Utils.hh index fb3ea21f4..5628d52d2 100644 --- a/common/Utils.hh +++ b/common/Utils.hh @@ -23,6 +23,7 @@ #pragma once #include "common/Namespace.hh" +#include #include EOSCOMMONNAMESPACE_BEGIN