diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-14 19:06:19 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-14 19:06:19 +0000 |
commit | 89d8352ac748a706b3480e04ab02831434701061 (patch) | |
tree | 334b6df8b6d735c3e3d29cd7f12533151b2aa4b1 /plugins/TabSRMM/src/commonheaders.h | |
parent | 7dfaafdbf372b3c9438097f5d4513e2056f22d48 (diff) |
dunno why the old code crashes, but the new one doesn't
git-svn-id: http://svn.miranda-ng.org/main/trunk@1457 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/commonheaders.h')
-rw-r--r-- | plugins/TabSRMM/src/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/commonheaders.h b/plugins/TabSRMM/src/commonheaders.h index 060c78652c..28a90ca0b9 100644 --- a/plugins/TabSRMM/src/commonheaders.h +++ b/plugins/TabSRMM/src/commonheaders.h @@ -183,6 +183,7 @@ #include <newpluginapi.h>
#include <m_imgsrvc.h>
#include <m_system.h>
+#include <m_system_cpp.h>
#include <m_database.h>
#include <m_langpack.h>
#include <m_button.h>
|