Browse Source

json_spirit: #include <stdint.h>

pull/145/head
Kamil Domanski 10 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 <sstream>
#include <stdexcept>
#include <stdint.h>
#include <boost/config.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/variant.hpp>

Loading…
Cancel
Save