From a799da1ec59e394c0051985596426b4bd898c434 Mon Sep 17 00:00:00 2001 From: Mary Date: Sat, 17 Jun 2023 10:11:35 +0200 Subject: [PATCH] fix: fix build on Linux with gcc Tested on Fedora 38, helpers.hpp was missing an import. --- include/helpers.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/helpers.hpp b/include/helpers.hpp index f0a0f5ae..237a333b 100644 --- a/include/helpers.hpp +++ b/include/helpers.hpp @@ -1,6 +1,7 @@ #pragma once #include #include +#include #include #include #include