diff options
-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"> |