diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-30 18:47:31 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-30 18:47:31 +0000 |
commit | 5f7961a471c1027e32297099de33769a4247a60d (patch) | |
tree | 8d061778a6232667836830ace219ddc034eb002e /protocols/SkypeWeb/src/common.h | |
parent | 15d4346a1e3ada4bd14739b63fc239109dc96a0c (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13301 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/common.h')
-rw-r--r-- | protocols/SkypeWeb/src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/common.h b/protocols/SkypeWeb/src/common.h index d7d18ed018..6306328ee8 100644 --- a/protocols/SkypeWeb/src/common.h +++ b/protocols/SkypeWeb/src/common.h @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <windows.h>
#include <time.h>
#include <commctrl.h>
-
+#include <mshtml.h>
#include <string>
#include <vector>
#include <regex>
|