Skip to content

Commit

Permalink
Add missing #includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzmaddock committed Mar 14, 2015
1 parent c627f3c commit ef63274
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/boost/random.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

// distributions
#include <boost/random/bernoulli_distribution.hpp>
#include <boost/random/beta_distribution.hpp>
#include <boost/random/binomial_distribution.hpp>
#include <boost/random/cauchy_distribution.hpp>
#include <boost/random/chi_squared_distribution.hpp>
Expand All @@ -65,6 +66,7 @@
#include <boost/random/fisher_f_distribution.hpp>
#include <boost/random/gamma_distribution.hpp>
#include <boost/random/geometric_distribution.hpp>
#include <boost/random/laplace_distribution.hpp>
#include <boost/random/lognormal_distribution.hpp>
#include <boost/random/negative_binomial_distribution.hpp>
#include <boost/random/non_central_chi_squared_distribution.hpp>
Expand All @@ -83,4 +85,6 @@
#include <boost/random/uniform_smallint.hpp>
#include <boost/random/weibull_distribution.hpp>

#include <boost/random/generate_canonical.hpp>

#endif // BOOST_RANDOM_HPP

0 comments on commit ef63274

Please sign in to comment.