Browse Source

json_spirit: #include <stdint.h>

0.10
Kamil Domanski 11 years ago
parent
commit
3e74ac22d5
  1. 1
      src/json/json_spirit_value.h

1
src/json/json_spirit_value.h

@ -16,6 +16,7 @@
#include <cassert> #include <cassert>
#include <sstream> #include <sstream>
#include <stdexcept> #include <stdexcept>
#include <stdint.h>
#include <boost/config.hpp> #include <boost/config.hpp>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include <boost/variant.hpp> #include <boost/variant.hpp>

Loading…
Cancel
Save