From: Pieter Lexis Date: Fri, 4 Sep 2020 15:20:15 +0000 (+0200) Subject: Fix building remote backend on GCC 10 X-Git-Tag: rec-4.5.0-alpha0~16^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05c9dd77b28da596d6af40cb543054d5acc38310;p=thirdparty%2Fpdns.git Fix building remote backend on GCC 10 --- 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;