summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-04-14 17:26:55 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-04-14 17:26:55 +0300
commit061974b6f27117cbe8cb7919d869a2a2753d119f (patch)
tree189fd1ae0c73fd145940eb5b4700d170fd708bb9
parentb8d524fd843b23bc83f76e97b396aa129fbb8c0e (diff)
compilation fix
-rw-r--r--plugins/MirOTR/src/stdafx.h1
-rw-r--r--protocols/Sametime/sametime_16.vcxproj1
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">