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: */