diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-03 15:21:53 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-03 15:21:53 +0200 |
commit | 5ea554f9494093cf070559f47e777df13b6bc423 (patch) | |
tree | efe2ddf9f1475c9e36f6ecb97e7ddc6f21f5593d /src/commonheaders.h | |
parent | 2b126859937b2b3d3939fb0666bc0dcf3fcec1e6 (diff) |
ability to change password
Diffstat (limited to 'src/commonheaders.h')
-rwxr-xr-x | src/commonheaders.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commonheaders.h b/src/commonheaders.h index b33b5c4..37f79d5 100755 --- a/src/commonheaders.h +++ b/src/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 |