diff options
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/libjson/src/stdafx.h | 1 | ||||
| -rw-r--r-- | libs/pthreads/pthreads.vcxproj | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libs/libjson/src/stdafx.h b/libs/libjson/src/stdafx.h index f98b28f2aa..4d78750560 100644 --- a/libs/libjson/src/stdafx.h +++ b/libs/libjson/src/stdafx.h @@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #pragma once
+#include <stdexcept>
#include <windows.h>
#include <malloc.h>
diff --git a/libs/pthreads/pthreads.vcxproj b/libs/pthreads/pthreads.vcxproj index 2b353e3bcd..4094e30e0d 100644 --- a/libs/pthreads/pthreads.vcxproj +++ b/libs/pthreads/pthreads.vcxproj @@ -28,6 +28,7 @@ <EmbedManifest>false</EmbedManifest> <XPDeprecationWarning>false</XPDeprecationWarning> <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141_xp</PlatformToolset> + <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
