seed_rng: add a missing part of boost uint32_t include

This commit is contained in:
Chris Beck 2014-11-13 17:58:09 -05:00
parent 33f8585057
commit 859d46ebda

View file

@ -25,6 +25,8 @@
#include <boost/cstdint.hpp>
#include <string>
using boost::uint32_t;
#ifndef SEED_RNG_HPP_INCLUDED
#define SEED_RNG_HPP_INCLUDED