diff options
Diffstat (limited to 'commonheaders.h')
-rw-r--r-- | commonheaders.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/commonheaders.h b/commonheaders.h index 713622f..3670a86 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -44,6 +44,10 @@ using std::fstream; //boost #include <boost/thread/thread.hpp> #include <boost/thread/mutex.hpp> +#include <boost/nondet_random.hpp>
+#include <boost/random/variate_generator.hpp>
+#include <boost/random/uniform_int.hpp>
+ //utf8cpp #include <utf8.h> |