From f37739ec0792f40d7ecbcb1c00f079d3db9ebe83 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 12 May 2022 21:01:58 +0200 Subject: [PATCH] Avoid compilation error with GCC 12 Make operator<< for iteratable objects visible prior to call site like it is already done in other places. --- librepomgr/tests/webapi.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/librepomgr/tests/webapi.cpp b/librepomgr/tests/webapi.cpp index 34be14b..8e4d19f 100644 --- a/librepomgr/tests/webapi.cpp +++ b/librepomgr/tests/webapi.cpp @@ -14,6 +14,7 @@ #include #include +using CppUtilities::operator<<; // must be visible prior to the call site #include #include