From: Michael Wallner Date: Tue, 9 Aug 2022 07:24:41 +0000 (+0200) Subject: test: fix missing include for std::array X-Git-Tag: 1.1.2~5 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=4ccdf3b44216e9c11969e5772d880bb7bbc3a7b9;p=awesomized%2Flibmemcached test: fix missing include for std::array --- 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