From 6304cd82187d6e5e89b29df556aa0afd16996c8e Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 31 Aug 2018 13:25:51 +0200 Subject: [PATCH] Add missing #include --- include/WinStd/Crypt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/WinStd/Crypt.h b/include/WinStd/Crypt.h index dd156159..f52bdcca 100644 --- a/include/WinStd/Crypt.h +++ b/include/WinStd/Crypt.h @@ -109,6 +109,8 @@ template inline BOOL CryptDecrypt(_In_ HCRYPTKEY hKey, _In #include +#include + namespace winstd {