Previously a missing header inclusion caused bind10-1.1.0 compilation to fail. Signed-off-by: Tomas Hozza <thozza@redhat.com>
@@ -28,6 +28,8 @@
#include <string>
#include <new>
+#include <stdint.h>
+
// boost::interprocess namespace is big and can cause unexpected import
// (e.g., it has "read_only"), so it's safer to be specific for shortcuts.
using boost::interprocess::basic_managed_mapped_file;
@@ -25,6 +25,8 @@
#include <boost/random/uniform_int.hpp>
#include <boost/random/variate_generator.hpp>
namespace isc {
namespace util {
namespace random {