diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-14 17:26:55 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-14 17:26:55 +0300 |
commit | 061974b6f27117cbe8cb7919d869a2a2753d119f (patch) | |
tree | 189fd1ae0c73fd145940eb5b4700d170fd708bb9 | |
parent | b8d524fd843b23bc83f76e97b396aa129fbb8c0e (diff) |
compilation fix
-rw-r--r-- | plugins/MirOTR/src/stdafx.h | 1 | ||||
-rw-r--r-- | protocols/Sametime/sametime_16.vcxproj | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirOTR/src/stdafx.h b/plugins/MirOTR/src/stdafx.h index f98cdb7fb1..546a491222 100644 --- a/plugins/MirOTR/src/stdafx.h +++ b/plugins/MirOTR/src/stdafx.h @@ -13,6 +13,7 @@ #include <commctrl.h>
#include <process.h>
#include <stack>
+#include <string>
#include <gcrypt.h>
extern "C" {
#include <privkey.h>
diff --git a/protocols/Sametime/sametime_16.vcxproj b/protocols/Sametime/sametime_16.vcxproj index 735b041a1e..00e4796c20 100644 --- a/protocols/Sametime/sametime_16.vcxproj +++ b/protocols/Sametime/sametime_16.vcxproj @@ -22,7 +22,6 @@ <ProjectName>Sametime</ProjectName> <ProjectGuid>{BE22A21F-73B7-453F-86A0-B867F0056490}</ProjectGuid> <XPDeprecationWarning>false</XPDeprecationWarning> - <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |