diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-03 15:46:24 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-03 15:46:24 +0200 |
commit | 5657453dcc8626b9f7f13f7ade1eb3e5afa13cc8 (patch) | |
tree | 9e0f6204a546a3e4da38b2747cd85a550bb58c59 /commonheaders.h | |
parent | 9e7bea7606d6fed31cb71a9e1682757be47a8b8f (diff) |
ability to change key password (because of fucked gpg which does not want to give us his stdin/stdout only via ugly windows console)
Diffstat (limited to 'commonheaders.h')
-rwxr-xr-x | commonheaders.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/commonheaders.h b/commonheaders.h index 459d76e..5dc34a3 100755 --- a/commonheaders.h +++ b/commonheaders.h @@ -49,6 +49,9 @@ using std::fstream; #include <boost/random/variate_generator.hpp> #include <boost/random/uniform_int.hpp> #include <boost/date_time.hpp> +#include <boost/iostreams/stream.hpp> +//boost process +#include <boost/process.hpp> //utf8cpp |