2
0
mirror of https://github.com/boostorg/random.git synced 2026-01-19 16:32:16 +00:00

include <cmath> for std::pow

[SVN r26163]
This commit is contained in:
Jens Maurer
2004-11-09 21:04:35 +00:00
parent 2c0fa5922b
commit 94de4132a2

View File

@@ -20,6 +20,7 @@
#include <iostream>
#include <algorithm> // std::equal
#include <stdexcept>
#include <cmath> // std::pow
#include <boost/config.hpp>
#include <boost/limits.hpp>
#include <boost/cstdint.hpp>