summaryrefslogtreecommitdiff
path: root/headers.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-03-04 20:29:44 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-03-04 20:29:44 +0200
commitb317b66c1a85de26def5c3371fe04b85f334fe45 (patch)
tree91754b010b95b5d80d913c5be722c54c4eaa456a /headers.h
parentb15f94cba811a15aed857cf5e88e36374082e625 (diff)
math expressions check code
Diffstat (limited to 'headers.h')
-rwxr-xr-x[-rw-r--r--]headers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/headers.h b/headers.h
index 46b56b6..d1b6b31 100644..100755
--- a/headers.h
+++ b/headers.h
@@ -35,6 +35,9 @@
#include <boost/thread.hpp>
#include <boost/regex.hpp>
#include <boost/algorithm/string.hpp>
+#include <boost/nondet_random.hpp>
+#include <boost/random/variate_generator.hpp>
+#include <boost/random/uniform_int.hpp>
//utf8cpp
#include <utf8.h>