diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-01-29 15:17:51 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-01-29 15:17:51 +0300 |
commit | 4d9fce6f544f0c6782a7ade4900afd3e1c6c9c52 (patch) | |
tree | 286cf4e530cec23e62e1a629857b4366ddd9862f /commonheaders.h | |
parent | 8142cedd8b857edd99a92f328e8b692b32bfeba6 (diff) |
Better metacontacts handling\nFixed subkey length in keygen
Diffstat (limited to 'commonheaders.h')
-rw-r--r-- | commonheaders.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/commonheaders.h b/commonheaders.h index 990497b..1b7d8f1 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -44,10 +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>
-#include <boost/date_time.hpp>
+#include <boost/nondet_random.hpp> +#include <boost/random/variate_generator.hpp> +#include <boost/random/uniform_int.hpp> +#include <boost/date_time.hpp> //utf8cpp |