From: Remi Gacogne Date: Fri, 25 Mar 2016 13:09:30 +0000 (+0100) Subject: dnsdist: Don't include boost/uuid headers without protobuf support X-Git-Tag: dnsdist-1.0.0-beta1~62^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3626%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Don't include boost/uuid headers without protobuf support --- diff --git a/pdns/dnsdist-remotelogger.cc b/pdns/dnsdist-remotelogger.cc index 9afd9b9f02..f8aa3a9a01 100644 --- a/pdns/dnsdist-remotelogger.cc +++ b/pdns/dnsdist-remotelogger.cc @@ -4,9 +4,8 @@ #include "dnsdist-remotelogger.hh" #include "dnsparser.hh" -#include - #ifdef HAVE_PROTOBUF +#include #include "dnsmessage.pb.h" #endif