diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-09 23:57:47 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-09 23:57:47 +0300 |
commit | 51a8187ac271415b2eb451e19b3c63eb4a5fd0db (patch) | |
tree | c75a15f96aff7c311b8805e4c834e9c0d8964545 /commonheaders.h | |
parent | 8280bdbb5b6fb83a2d1b4ce5276cb77e437a4447 (diff) |
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
Diffstat (limited to 'commonheaders.h')
-rw-r--r-- | commonheaders.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/commonheaders.h b/commonheaders.h index 8760d93..39e128f 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -19,7 +19,16 @@ #include <locale.h> #include <shlobj.h> +#include <iostream> #include <map> +using std::map; +#include <list> +using std::list; +#include <string> +using std::string; +using std::wstring; +#include <fstream> +using std::wfstream; #define MIRANDA_VER 0x0801 |