From 5dffa5f7addfc19dbb141c6c7bdb2fbda1ed2a0e Mon Sep 17 00:00:00 2001 From: "Paul A. Bristow" Date: Mon, 30 Aug 2010 09:02:02 +0000 Subject: [PATCH] Add several new distributions [SVN r65122] --- include/boost/math/distributions.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/boost/math/distributions.hpp b/include/boost/math/distributions.hpp index ecbc616a0..9f86644db 100644 --- a/include/boost/math/distributions.hpp +++ b/include/boost/math/distributions.hpp @@ -1,12 +1,12 @@ // Copyright John Maddock 2006, 2007. -// Copyright Paul A. Bristow 2006, 2007, 2009. +// Copyright Paul A. Bristow 2006, 2007, 2009, 2010. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // This file includes *all* the distributions. -// this may be useful if many are used +// this *may* be convenient if many are used // - to avoid including each distribution individually. #ifndef BOOST_MATH_DISTRIBUTIONS_HPP @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include