summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-08-14 15:29:00 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-08-14 15:29:00 +0300
commit021db73bc549e90a2e3126b02add4865d9893151 (patch)
tree3e7b8d8e6720b36faad41603fd9d980889f20ed8 /plugins/Msg_Export/src/stdafx.h
parentf62e0732f2702118879b2d56eec836ab8d1337b9 (diff)
Msg_Export: added ability to export messages to JSON
Diffstat (limited to 'plugins/Msg_Export/src/stdafx.h')
-rwxr-xr-xplugins/Msg_Export/src/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Msg_Export/src/stdafx.h b/plugins/Msg_Export/src/stdafx.h
index ddbe5076d8..14147793e0 100755
--- a/plugins/Msg_Export/src/stdafx.h
+++ b/plugins/Msg_Export/src/stdafx.h
@@ -42,6 +42,7 @@ using namespace std;
#include <m_skin.h>
#include <win2k.h>
#include <m_gui.h>
+#include <m_json.h>
#include "utils.h"
#include "options.h"