diff --git a/NanaZip.Shared/Mitigations.cpp b/NanaZip.Shared/Mitigations.cpp index 065d5a0e8..c72b10de9 100644 --- a/NanaZip.Shared/Mitigations.cpp +++ b/NanaZip.Shared/Mitigations.cpp @@ -13,6 +13,8 @@ #include +#include + namespace { static HMODULE GetKernel32ModuleHandle() diff --git a/NanaZip.Shared/NanaZip.Shared.Mitigations.props b/NanaZip.Shared/NanaZip.Shared.Mitigations.props index e607ffe40..a9bd6781f 100644 --- a/NanaZip.Shared/NanaZip.Shared.Mitigations.props +++ b/NanaZip.Shared/NanaZip.Shared.Mitigations.props @@ -1,5 +1,6 @@  + $(MSBuildThisFileDirectory);$(IncludePath) diff --git a/NanaZip.Shared/NanaZip.Shared.Mitigations.vcxproj b/NanaZip.Shared/NanaZip.Shared.Mitigations.vcxproj index 7f1eee463..1f87c404b 100644 --- a/NanaZip.Shared/NanaZip.Shared.Mitigations.vcxproj +++ b/NanaZip.Shared/NanaZip.Shared.Mitigations.vcxproj @@ -11,6 +11,7 @@ + NoExtensions