diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-11 18:48:51 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-11 18:48:51 +0200 |
commit | 2391d026b942419c578e985b17f1d69a5af737ee (patch) | |
tree | 6a1de7dbc4b823c783445d4a4de55ca614cf736b /commonheaders.h | |
parent | b5eba0e25f83526ad457252c4b860300393bb3c6 (diff) | |
parent | 816241e9a436ba0992d6306a0b739862d6e2fa47 (diff) |
Merge branch 'new_gpg' of ssh://sss.chaoslab.ru/home/git/mim_plugs into new_gpg
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 |