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 /plugins/TabSRMM/src | |
parent | 054e517fb36a876ac658e612a7bd74b21363da06 (diff) |
SRMM internal structures & functions moved to the separate header file m_srmm_int.h
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r-- | plugins/TabSRMM/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/stdafx.h b/plugins/TabSRMM/src/stdafx.h index b9b6827200..b53148b5d1 100644 --- a/plugins/TabSRMM/src/stdafx.h +++ b/plugins/TabSRMM/src/stdafx.h @@ -79,6 +79,7 @@ #include <m_string.h>
#include <m_db_int.h>
#include <m_netlib.h>
+#include <m_srmm_int.h>
#include <m_ieview.h>
#include <m_metacontacts.h>
|