From 51a8187ac271415b2eb451e19b3c63eb4a5fd0db Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 9 Aug 2010 23:57:47 +0300 Subject: modified: commonheaders.h modified: main.cpp new file: new_gpg.icproj modified: new_gpg.rc modified: new_gpg.sln modified: new_gpg.vcproj modified: options.cpp modified: resource.h modified: utilities.cpp --- commonheaders.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'commonheaders.h') diff --git a/commonheaders.h b/commonheaders.h index 8760d93..39e128f 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -19,7 +19,16 @@ #include #include +#include #include +using std::map; +#include +using std::list; +#include +using std::string; +using std::wstring; +#include +using std::wfstream; #define MIRANDA_VER 0x0801 -- cgit v1.2.3