diff --git a/include/crypto.hh b/include/crypto.hh index 0fac472..43252f6 100644 --- a/include/crypto.hh +++ b/include/crypto.hh @@ -1,6 +1,6 @@ #pragma once -#if __cplusplus >= 201703L +#if __cplusplus >= 201703L || _MSC_VER >= 1911 #if __has_include() && \ __has_include() && \ __has_include() && \