From 94de4132a2da9cb9d76efb33c990f580e9d37db9 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Tue, 9 Nov 2004 21:04:35 +0000 Subject: [PATCH] include for std::pow [SVN r26163] --- include/boost/random/subtract_with_carry.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/random/subtract_with_carry.hpp b/include/boost/random/subtract_with_carry.hpp index dab71f3..ea76582 100644 --- a/include/boost/random/subtract_with_carry.hpp +++ b/include/boost/random/subtract_with_carry.hpp @@ -20,6 +20,7 @@ #include #include // std::equal #include +#include // std::pow #include #include #include