|
Boost-Commit : |
From: john_at_[hidden]
Date: 2007-09-15 07:25:28
Author: johnmaddock
Date: 2007-09-15 07:25:28 EDT (Sat, 15 Sep 2007)
New Revision: 39298
URL: http://svn.boost.org/trac/boost/changeset/39298
Log:
Added needed include.
Text files modified:
sandbox/math_toolkit/libs/math/example/distribution_construction.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: sandbox/math_toolkit/libs/math/example/distribution_construction.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/example/distribution_construction.cpp (original)
+++ sandbox/math_toolkit/libs/math/example/distribution_construction.cpp 2007-09-15 07:25:28 EDT (Sat, 15 Sep 2007)
@@ -33,6 +33,7 @@
#include <boost/math/distributions/binomial.hpp> // for binomial_distribution.
#include <boost/math/distributions/beta.hpp> // for beta_distribution.
#include <boost/math/distributions/gamma.hpp> // for gamma_distribution.
+#include <boost/math/distributions/normal.hpp> // for normal_distribution.
/*`
Several examples of constructing distributions follow:
*/
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk