diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-01 11:42:56 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-01 11:42:56 +0000 |
commit | 88c3082ba9a98453111cc249994e6dd9656a661e (patch) | |
tree | 74754c18ece88e23ea818702f7fd341dceb09111 /protocols/SkypeWeb/src/stdafx.h | |
parent | 4eccffd2cb24cfaf32959fcf400aaea1930af15f (diff) |
SkypeWeb: 'skype:' uri full support.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13331 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r-- | protocols/SkypeWeb/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index 6306328ee8..fbe0b7ff5e 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -57,6 +57,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_imgsrvc.h>
#include <m_xml.h>
#include <m_assocmgr.h>
+#include <m_file.h>
struct CSkypeProto;
|