From b440b578ad5314c9e9f89618494aca54e2624a55 Mon Sep 17 00:00:00 2001 From: otavepto Date: Fri, 8 Mar 2024 15:30:10 +0200 Subject: [PATCH] fix linux build --- helpers/common_helpers/common_helpers.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers/common_helpers/common_helpers.hpp b/helpers/common_helpers/common_helpers.hpp index b763b148..83367bb9 100644 --- a/helpers/common_helpers/common_helpers.hpp +++ b/helpers/common_helpers/common_helpers.hpp @@ -1,9 +1,11 @@ #pragma once +#include #include #include #include #include +#include namespace common_helpers {