From: Kees Monshouwer Date: Sat, 13 Sep 2014 10:47:59 +0000 (+0200) Subject: add missing #include to rec-channel.hh X-Git-Tag: auth-3.4.0-rc2~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1712%2Fhead;p=thirdparty%2Fpdns.git add missing #include to rec-channel.hh --- diff --git a/pdns/rec_channel.hh b/pdns/rec_channel.hh index bb0a71d0fe..3f37803c8c 100644 --- a/pdns/rec_channel.hh +++ b/pdns/rec_channel.hh @@ -4,6 +4,7 @@ #include #include #include +#include /** this class is used both to send and answer channel commands to the PowerDNS Recursor */