diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-25 19:07:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-25 19:07:12 +0300 |
commit | 21c9f2d5e82fc4c54f367051caec6d627624d770 (patch) | |
tree | 10f47f372fcb5a34fd4054b19eb15f13b4c6a356 /plugins/NewStory/src/stdafx.h | |
parent | e20cb1fed6dafc7fa414476acde502e999088aab (diff) |
fixes #2353 (NewStory: add groupchats support)
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r-- | plugins/NewStory/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h index 8316520318..49924ade86 100644 --- a/plugins/NewStory/src/stdafx.h +++ b/plugins/NewStory/src/stdafx.h @@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. //Miranda headers #include "newpluginapi.h" #include "win2k.h" -#include "m_system.h" +#include "m_chat_int.h" #include "m_clc.h" #include "m_clist.h" #include "m_options.h" |