From c684d7ad3884da758f399ddc1abf1a0bf11958d9 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Sat, 13 Sep 2014 12:47:59 +0200 Subject: [PATCH] add missing #include to rec-channel.hh --- pdns/rec_channel.hh | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.47.2