From: Heiko Becker Date: Fri, 3 Apr 2020 22:15:28 +0000 (+0200) Subject: [Minor] Cherry-pick a fix for replxx to build with gcc10 X-Git-Tag: 2.6~558^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F3320%2Fhead;p=rspamd.git [Minor] Cherry-pick a fix for replxx to build with gcc10 723d9c84869511dfb5e63f5c3d3372ac38114713 in replxx's git. Building rspamd with gcc10 errors out with "'runtime_error' is not a member of 'std'" otherwise. --- diff --git a/contrib/replxx/src/io.cxx b/contrib/replxx/src/io.cxx index a09886701..8df176d1c 100644 --- a/contrib/replxx/src/io.cxx +++ b/contrib/replxx/src/io.cxx @@ -3,6 +3,7 @@ #include #include #include +#include #ifdef _WIN32