diff options
author | George Hazan <george.hazan@gmail.com> | 2013-02-08 20:02:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-02-08 20:02:12 +0000 |
commit | 4a8df3f745894019f883efdea54b5fa244228d61 (patch) | |
tree | b392eea1707ea6775ffe120d86eeed21dd65b41c | |
parent | 847e4465e3d8f0fba3428f467ce39a0e7770e26d (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@3484 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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 66d97c6f94..5b2d9baaa4 100755 --- a/plugins/Msg_Export/src/Glob.h +++ b/plugins/Msg_Export/src/Glob.h @@ -21,6 +21,7 @@ #define _CRT_SECURE_NO_WARNINGS
+#include <Windows.h>
#include <Richedit.h>
using namespace std;
#include <Shlobj.h>
|