]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix building remote backend on GCC 10 9446/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 4 Sep 2020 15:20:15 +0000 (17:20 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 4 Sep 2020 15:20:15 +0000 (17:20 +0200)
ext/yahttp/yahttp/reqresp.cpp

index ca2154f6a4ab6e7fef28ac5a6fae68d4e555bbc3..fd317b932e5107350865952e1c15a08c44710991 100644 (file)
@@ -3,6 +3,7 @@
 namespace YaHTTP {
 
   template class AsyncLoader<Request>;
+  template class AsyncLoader<Response>;
 
   bool isspace(char c) {
     return std::isspace(c) != 0;