diff options
author | Mataes <mataes2007@gmail.com> | 2020-04-25 19:02:43 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2020-04-25 19:03:02 +0300 |
commit | e20cb1fed6dafc7fa414476acde502e999088aab (patch) | |
tree | 970d6a72ddc2971d8b5f6b47e795de807078cf8a /plugins/NewStory/src/stdafx.h | |
parent | 660782751cec4bd3bea4ab5b35d37dcc492708de (diff) |
NewStory: first version of json export. Format like Msg_export
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r-- | plugins/NewStory/src/stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h index 6646640da4..8316520318 100644 --- a/plugins/NewStory/src/stdafx.h +++ b/plugins/NewStory/src/stdafx.h @@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. #include <tchar.h> #include <commctrl.h> #include <time.h> +#include <Shlwapi.h> //Miranda headers #include "newpluginapi.h" @@ -48,6 +49,9 @@ Boston, MA 02111-1307, USA. #include "m_text.h" #include "m_contacts.h" #include "m_srmm_int.h" +#include <m_json.h> +#include <m_metacontacts.h> +#include <m_timezones.h> #include "m_smileyadd.h" #ifndef MTEXT_NOHELPERS |