summaryrefslogtreecommitdiff
path: root/src/system.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.hh')
-rw-r--r--src/system.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/system.hh b/src/system.hh
index 899c2f2a..15976459 100644
--- a/src/system.hh
+++ b/src/system.hh
@@ -170,6 +170,10 @@ typedef std::ostream::pos_type ostream_pos_type;
#include <boost/operators.hpp>
#include <boost/optional.hpp>
#include <boost/ptr_container/ptr_list.hpp>
+#include <boost/random/mersenne_twister.hpp>
+#include <boost/random/uniform_int.hpp>
+#include <boost/random/uniform_real.hpp>
+#include <boost/random/variate_generator.hpp>
#include <boost/regex.hpp>
#include <boost/variant.hpp>
#include <boost/version.hpp>