diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-08 12:18:32 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-08 12:18:32 +0000 |
commit | bbc535713ae3997c7fd7ec31bc8bd568bb6f023a (patch) | |
tree | 252001aeb48e467b3780882f7bfdffdcc8fb46f1 /plugins/Msg_Export/src/Glob.h | |
parent | beb45ce231c2c273fb00d11830e4615056871f23 (diff) |
some minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@3476 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src/Glob.h')
-rwxr-xr-x | plugins/Msg_Export/src/Glob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Msg_Export/src/Glob.h b/plugins/Msg_Export/src/Glob.h index f1d9747893..66d97c6f94 100755 --- a/plugins/Msg_Export/src/Glob.h +++ b/plugins/Msg_Export/src/Glob.h @@ -37,6 +37,7 @@ using namespace std; #include <m_userinfo.h>
#include <m_protosvc.h>
#include <m_icq.h>
+#include <win2k.h>
#include "utils.h"
#include "options.h"
|