seed_rng: add a missing part of boost uint32_t include
This commit is contained in:
parent
33f8585057
commit
859d46ebda
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
#include <boost/cstdint.hpp>
|
||||
#include <string>
|
||||
|
||||
using boost::uint32_t;
|
||||
|
||||
#ifndef SEED_RNG_HPP_INCLUDED
|
||||
#define SEED_RNG_HPP_INCLUDED
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue