Add missing #include <algorithm>

This commit is contained in:
Simon Rozman 2018-08-31 13:25:51 +02:00
parent e1bc8769e3
commit 6304cd8218

View File

@ -109,6 +109,8 @@ template<class _Ty, class _Ax> inline BOOL CryptDecrypt(_In_ HCRYPTKEY hKey, _In
#include <assert.h> #include <assert.h>
#include <algorithm>
namespace winstd namespace winstd
{ {