diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-23 19:45:46 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-23 19:45:46 +0000 |
commit | afc16fc2d120e780220cddc03350122ad8e672fc (patch) | |
tree | 5ba0b1bb3ced704a516e0c1df59a1e736aa2e334 /protocols/Skype/src/skype.h | |
parent | 5dec14aae90a4ea4f16a6e2b57d52375599b90c0 (diff) |
remove html tags (thx Robyer)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2819 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index e9011fc3ec..8e357b1efd 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -6,6 +6,7 @@ #include <malloc.h>
#include <shlwapi.h>
#include <tlhelp32.h>
+#include <string>
//#pragma warning(push)
//# pragma warning(disable:4312)
|