diff options
author | Paolo Carlini <paolo.carlini@oracle.com> | 2013-11-22 10:19:46 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2013-11-22 10:19:46 +0000 |
commit | 72fd36d76a9ee9f8131b970a72c161e1e1cc25d0 (patch) | |
tree | 71e6abcf3f6120f9727be49b675c445de7f30f08 /libstdc++-v3/testsuite | |
parent | 8a1c51c49a5889b4e82066e5ae712410ba248096 (diff) | |
download | gcc-72fd36d76a9ee9f8131b970a72c161e1e1cc25d0.zip gcc-72fd36d76a9ee9f8131b970a72c161e1e1cc25d0.tar.gz gcc-72fd36d76a9ee9f8131b970a72c161e1e1cc25d0.tar.bz2 |
values.cc: Fix further thinkos.
2013-11-22 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/ext/random/hypergeometric_distribution/operators/
values.cc: Fix further thinkos.
From-SVN: r205249
Diffstat (limited to 'libstdc++-v3/testsuite')
-rw-r--r-- | libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/values.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/values.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/values.cc index 8923ef6..5a1e379 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/values.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/values.cc @@ -20,10 +20,12 @@ // with this library; see the file COPYING3. If not see // <http://www.gnu.org/licenses/>. -// 26.4.8.3.* Class template hypergeometric_distribution [rand.dist.ext.hypergeometric] +// 26.4.8.3.* Class template hypergeometric_distribution +// [rand.dist.ext.hypergeometric] // 26.4.2.4 Concept RandomNumberDistribution [rand.concept.dist] #include <ext/random> +#include <functional> #include <testsuite_random.h> void |