diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-07 22:07:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-07 23:49:00 +0100 |
| commit | 504c871f7c156e85acd66a8111571a8396636e34 (patch) | |
| tree | 9d19a29ebc41e2aaf1a29a880d00b761b410790f | |
| parent | 18d009ad91436beffe7ecc263265430046203f05 (diff) | |
Try to fix Windows build.
| -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; |
