From b7009335fe0591a0cafb29502afcbe928f622d6e Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 26 Jul 2012 11:27:22 +0100 Subject: [PATCH] fix usage of C99 macros in C++ --- src/rng/boost_rng.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rng/boost_rng.hpp b/src/rng/boost_rng.hpp index 2513163910..8069937080 100644 --- a/src/rng/boost_rng.hpp +++ b/src/rng/boost_rng.hpp @@ -30,7 +30,9 @@ #ifndef BOOST_RNG_HPP #define BOOST_RNG_HPP +#define __STDC_LIMIT_MACROS 1 #include + #include #include