From 05c9dd77b28da596d6af40cb543054d5acc38310 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 4 Sep 2020 17:20:15 +0200 Subject: [PATCH] Fix building remote backend on GCC 10 --- ext/yahttp/yahttp/reqresp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/yahttp/yahttp/reqresp.cpp b/ext/yahttp/yahttp/reqresp.cpp index ca2154f6a4..fd317b932e 100644 --- a/ext/yahttp/yahttp/reqresp.cpp +++ b/ext/yahttp/yahttp/reqresp.cpp @@ -3,6 +3,7 @@ namespace YaHTTP { template class AsyncLoader; + template class AsyncLoader; bool isspace(char c) { return std::isspace(c) != 0; -- 2.47.2