From 32cc08d2477d293fa84bbfa96280c38472be8f52 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 15 Sep 2007 11:25:28 +0000 Subject: [PATCH] Added needed include. [SVN r39298] --- example/distribution_construction.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/example/distribution_construction.cpp b/example/distribution_construction.cpp index 0f64b37ff..fb7b54aac 100644 --- a/example/distribution_construction.cpp +++ b/example/distribution_construction.cpp @@ -33,6 +33,7 @@ First we need some includes to access the negative binomial distribution #include // for binomial_distribution. #include // for beta_distribution. #include // for gamma_distribution. +#include // for normal_distribution. /*` Several examples of constructing distributions follow: */