From ff34af8edad99fae99b59def8a3d5cce92085a9c Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 11 Aug 2010 02:52:42 +0300 Subject: modified: commonheaders.h modified: gpg_wrapper.cpp modified: gpg_wrapper.h modified: init.cpp modified: main.cpp modified: messages.cpp modified: options.cpp modified: utilities.cpp modified: utilities.h --- commonheaders.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'commonheaders.h') diff --git a/commonheaders.h b/commonheaders.h index 9375e71..18d423c 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -18,6 +18,8 @@ #include #include #include +#include +#include #include #include @@ -29,6 +31,7 @@ using std::string; using std::wstring; #include using std::wfstream; +using std::fstream; #define MIRANDA_VER 0x0801 @@ -39,7 +42,8 @@ using std::wfstream; #include #include #include -#include +#include +#include #include "resource.h" #include "gpgme.h" -- cgit v1.2.3