summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-04-07 22:07:09 +0100
committerCarl Hetherington <cth@carlh.net>2018-04-07 22:07:09 +0100
commit0e6a2f77c5a91fe03900d12ddb6b31a222d192e0 (patch)
tree9dd7b9473bb8aef3550a4c8bcb7e7b4a299c9a7a /tools
parent6636bbe93c31a78a2748d9dd7a2342d722621d34 (diff)
Try to fix Windows build.
Diffstat (limited to 'tools')
-rw-r--r--tools/dcpinfo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpinfo.cc b/tools/dcpinfo.cc
index 9ad8ca3c..29ef77c9 100644
--- a/tools/dcpinfo.cc
+++ b/tools/dcpinfo.cc
@@ -53,7 +53,7 @@
#include <boost/foreach.hpp>
#include <iostream>
#include <cstdlib>
-#include <cinttypes>
+#include <inttypes.h>
using std::string;
using std::cerr;