Skip to content

Commit

Permalink
seed_rng: add a missing part of boost uint32_t include
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Nov 13, 2014
1 parent 33f8585 commit 859d46e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/seed_rng.hpp
Expand Up @@ -25,6 +25,8 @@
#include <boost/cstdint.hpp>
#include <string>

using boost::uint32_t;

#ifndef SEED_RNG_HPP_INCLUDED
#define SEED_RNG_HPP_INCLUDED

Expand Down

0 comments on commit 859d46e

Please sign in to comment.