diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-07 22:07:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-07 22:07:09 +0100 |
| commit | 0e6a2f77c5a91fe03900d12ddb6b31a222d192e0 (patch) | |
| tree | 9dd7b9473bb8aef3550a4c8bcb7e7b4a299c9a7a /tools | |
| parent | 6636bbe93c31a78a2748d9dd7a2342d722621d34 (diff) | |
Try to fix Windows build.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dcpinfo.cc | 2 |
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; |
