diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-28 12:30:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-28 12:30:50 +0300 |
commit | 9ee90b86b0be67b64b650bfd349a13829a48efb5 (patch) | |
tree | c4b10adb83e3d5a8e28d5a462939d63c20a6e991 /protocols/JabberG/src/stdafx.h | |
parent | 798128b9ab4c6de67321af80f1d338ed206e7064 (diff) |
PLUGIN<> to receive the basic class located inside mir_app
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rwxr-xr-x | protocols/JabberG/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 41e02d9b85..6edf05c6aa 100755 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -87,6 +87,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <win2k.h>
#include <m_imgsrvc.h>
#include <m_clc.h>
+#include <m_plugin.h>
#include <m_folders.h>
#include <m_fingerprint.h>
|