From 4ccdf3b44216e9c11969e5772d880bb7bbc3a7b9 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 9 Aug 2022 09:24:41 +0200 Subject: [PATCH] test: fix missing include for std::array --- test/lib/common.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lib/common.hpp b/test/lib/common.hpp index 083efe0d..68e9fa32 100644 --- a/test/lib/common.hpp +++ b/test/lib/common.hpp @@ -15,6 +15,7 @@ #pragma once +#include #include #include #include -- 2.30.2