summaryrefslogtreecommitdiff
path: root/commonheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'commonheaders.h')
-rw-r--r--commonheaders.h9
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