diff options
| author | Kamil Domanski <[email protected]> | 2014-05-05 21:15:33 +0200 |
|---|---|---|
| committer | Kamil Domanski <[email protected]> | 2014-05-13 11:41:59 +0200 |
| commit | 3e74ac22d5298f3259115848db5ac96e00d74e4a (patch) | |
| tree | 35dc6b7c4a7728414cc213e23634c3bee1605c5f /src/json | |
| parent | switch from boost int types to <stdint.h> (diff) | |
| download | discoin-3e74ac22d5298f3259115848db5ac96e00d74e4a.tar.xz discoin-3e74ac22d5298f3259115848db5ac96e00d74e4a.zip | |
json_spirit: #include <stdint.h>
Diffstat (limited to 'src/json')
| -rw-r--r-- | src/json/json_spirit_value.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json/json_spirit_value.h b/src/json/json_spirit_value.h index 88c0e1f73..13cc89210 100644 --- a/src/json/json_spirit_value.h +++ b/src/json/json_spirit_value.h @@ -16,6 +16,7 @@ #include <cassert> #include <sstream> #include <stdexcept> +#include <stdint.h> #include <boost/config.hpp> #include <boost/shared_ptr.hpp> #include <boost/variant.hpp> |