diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-25 15:45:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-25 15:45:35 +0300 |
commit | 2fbcc27fe4fd3dd89d21b49c0332db2efe880ded (patch) | |
tree | f0c3c29c0590705bb21d829bf60999f8c401879b /src/core | |
parent | 054e517fb36a876ac658e612a7bd74b21363da06 (diff) |
SRMM internal structures & functions moved to the separate header file m_srmm_int.h
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdmsg/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stdmsg/src/stdafx.h b/src/core/stdmsg/src/stdafx.h index 7c8348f6e8..6069356b35 100644 --- a/src/core/stdmsg/src/stdafx.h +++ b/src/core/stdmsg/src/stdafx.h @@ -67,6 +67,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_ieview.h>
#include <m_smileyadd.h>
#include <m_popup.h>
+#include <m_srmm_int.h>
#include "cmdlist.h"
#include "msgs.h"
|