diff options
author | George Hazan <ghazan@miranda.im> | 2018-08-14 15:29:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-08-14 15:29:00 +0300 |
commit | 021db73bc549e90a2e3126b02add4865d9893151 (patch) | |
tree | 3e7b8d8e6720b36faad41603fd9d980889f20ed8 /plugins/Msg_Export/src/stdafx.h | |
parent | f62e0732f2702118879b2d56eec836ab8d1337b9 (diff) |
Msg_Export: added ability to export messages to JSON
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 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"
|