diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-16 14:11:57 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-16 14:11:57 +0000 |
commit | 48078905d338193c13ad2e62c083a94419f4247d (patch) | |
tree | 94cf7e7fe8ea3239da8aafaec5155beff9ca9fa3 /src/core/stdaway/commonheaders.h | |
parent | 5c39998e831c982812d1a6c7b9747f695c4dbeef (diff) |
fixes #742 (StdAway doesn't retrieve status messages from metas)
git-svn-id: http://svn.miranda-ng.org/main/trunk@9831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdaway/commonheaders.h')
-rw-r--r-- | src/core/stdaway/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stdaway/commonheaders.h b/src/core/stdaway/commonheaders.h index d067e7e7db..aaa9876948 100644 --- a/src/core/stdaway/commonheaders.h +++ b/src/core/stdaway/commonheaders.h @@ -69,6 +69,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_icolib.h>
#include <m_modernopt.h>
#include <m_timezones.h>
+#include <m_metacontacts.h>
#include "version.h"
|