diff options
author | Kamil Domanski <kdomanski@kdemail.net> | 2014-05-05 21:15:33 +0200 |
---|---|---|
committer | Kamil Domanski <kdomanski@kdemail.net> | 2014-05-13 11:41:59 +0200 |
commit | 3e74ac22d5298f3259115848db5ac96e00d74e4a (patch) | |
tree | 35dc6b7c4a7728414cc213e23634c3bee1605c5f /src/json | |
parent | 4b61a6a47895309ffb059f986a31c4931b8fe0b4 (diff) |
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 88c0e1f736..13cc89210c 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> |