]> granicus.if.org Git - pdns/commitdiff
dnsname: unbreak el6 build by explicitly including <cinttypes>
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 4 Jul 2019 08:58:18 +0000 (10:58 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 4 Jul 2019 08:58:18 +0000 (10:58 +0200)
pdns/dnsname.cc

index 68ce0d2d19d833c936c036253260d3b1f56a0300..b2936ec757ea68834e33a287c5a5cb3387b70276 100644 (file)
@@ -22,6 +22,7 @@
 #include "dnsname.hh"
 #include <boost/format.hpp>
 #include <string>
+#include <cinttypes>
 
 #include "dnswriter.hh"
 #include "misc.hh"