diff options
author | aunsane <aunsane@gmail.com> | 2018-04-21 22:34:54 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-04-21 22:35:11 +0300 |
commit | 1383e88abf16de34fb680dfb5001ba79d44d933c (patch) | |
tree | 49542a89a49ac78693e00de6c66d865430d47ab3 /plugins/CloudFile/src/stdafx.h | |
parent | a74debb40c3df12738c722548c556a97e5976036 (diff) |
core: add Contact_GetStatus function
Diffstat (limited to 'plugins/CloudFile/src/stdafx.h')
-rw-r--r-- | plugins/CloudFile/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CloudFile/src/stdafx.h b/plugins/CloudFile/src/stdafx.h index 6edf174305..7a54a943b9 100644 --- a/plugins/CloudFile/src/stdafx.h +++ b/plugins/CloudFile/src/stdafx.h @@ -30,6 +30,7 @@ #include <m_metacontacts.h> #include <m_protoint.h> #include <m_protosvc.h> +#include <m_contacts.h> #include <m_cloudfile.h> |