]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Add missing <cinttypes> include for PRId64
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 18 Jul 2017 07:21:14 +0000 (09:21 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 18 Jul 2017 07:21:14 +0000 (09:21 +0200)
pdns/recursordist/negcache.cc

index 662341dd9a1e28ecc503ebeafc867bd99a206315..bba304be48a804c8b809729b0fda944a38a3af92 100644 (file)
@@ -19,6 +19,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
+#include <cinttypes>
+
 #include "negcache.hh"
 #include "misc.hh"
 #include "cachecleaner.hh"