diff options
-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>
|