summaryrefslogtreecommitdiff
path: root/commonheaders.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-11 02:52:42 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-11 02:52:42 +0300
commitff34af8edad99fae99b59def8a3d5cce92085a9c (patch)
tree083fede580c7df94a0a588f5b325bf693bc427a6 /commonheaders.h
parent1de40ac790d3218cc10d37f95f9f1a8c573dbe77 (diff)
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
Diffstat (limited to 'commonheaders.h')
-rw-r--r--commonheaders.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/commonheaders.h b/commonheaders.h
index 9375e71..18d423c 100644
--- a/commonheaders.h
+++ b/commonheaders.h
@@ -18,6 +18,8 @@
#include <windows.h>
#include <locale.h>
#include <shlobj.h>
+#include <io.h>
+#include <errno.h>
#include <iostream>
#include <map>
@@ -29,6 +31,7 @@ using std::string;
using std::wstring;
#include <fstream>
using std::wfstream;
+using std::fstream;
#define MIRANDA_VER 0x0801
@@ -39,7 +42,8 @@ using std::wfstream;
#include <m_clist.h>
#include <m_icolib.h>
#include <m_skin.h>
-#include <m_protocols.h>
+#include <m_protomod.h>
+#include <m_protosvc.h>
#include "resource.h"
#include "gpgme.h"