fix usage of C99 macros in C++

This commit is contained in:
Jonathan Rosser
2012-07-26 11:27:22 +01:00
parent 3208b1b493
commit b7009335fe

View File

@@ -30,7 +30,9 @@
#ifndef BOOST_RNG_HPP
#define BOOST_RNG_HPP
#define __STDC_LIMIT_MACROS 1
#include <stdint.h>
#include <boost/random.hpp>
#include <boost/random/random_device.hpp>