diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-08 08:43:36 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-08 08:43:36 +0000 |
commit | 2bf60b8c681e1a72fddfc1490b154b8ffd4389c9 (patch) | |
tree | 965b218456e6bff20be0899c365170ab0765c3ec /protocols/SkypeWeb/src/stdafx.h | |
parent | 4a0631399b72ff7a62ffc2da69150551e990e0d9 (diff) |
SkypeWeb: cslock for append message; optimization
git-svn-id: http://svn.miranda-ng.org/main/trunk@14858 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 1cfea038db..0e8440203b 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -68,6 +68,7 @@ extern char g_szMirVer[]; #include "skype_options.h"
#include "skype_trouter.h"
#include "skype_db.h"
+#include "skype_utils.h"
#include "http_request.h"
#include "requests\login.h"
#include "requests\profile.h"
|