]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Don't include boost/uuid headers without protobuf support 3626/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 25 Mar 2016 13:09:30 +0000 (14:09 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 25 Mar 2016 13:09:30 +0000 (14:09 +0100)
pdns/dnsdist-remotelogger.cc

index 9afd9b9f027d4f6c68e11551383ef6cdbdb58042..f8aa3a9a014154811784cd9f5dd0c627941a82a3 100644 (file)
@@ -4,9 +4,8 @@
 #include "dnsdist-remotelogger.hh"
 #include "dnsparser.hh"
 
-#include <boost/uuid/uuid_io.hpp>
-
 #ifdef HAVE_PROTOBUF
+#include <boost/uuid/uuid_io.hpp>
 #include "dnsmessage.pb.h"
 #endif