diff options
author | George Hazan <george.hazan@gmail.com> | 2016-03-29 10:45:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-03-29 10:45:17 +0000 |
commit | ea09b59973bebba2690c35dd8c252e4fc39a3d2e (patch) | |
tree | d8d82ebb5c04ed6baf67eb49e72a49b221b101b7 /plugins/Msg_Export/src/stdafx.h | |
parent | 22acdda86a4a1f1dfbecd7fa8b848487c8f816dc (diff) |
Msg_Export: fix for the options dialog
git-svn-id: http://svn.miranda-ng.org/main/trunk@16560 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src/stdafx.h')
-rwxr-xr-x | plugins/Msg_Export/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Msg_Export/src/stdafx.h b/plugins/Msg_Export/src/stdafx.h index a0b6b97e54..b655a1b511 100755 --- a/plugins/Msg_Export/src/stdafx.h +++ b/plugins/Msg_Export/src/stdafx.h @@ -39,6 +39,7 @@ using namespace std; #include <m_protosvc.h>
#include <m_timezones.h>
#include <m_icq.h>
+#include <m_skin.h>
#include <win2k.h>
#include "utils.h"
|