diff options
Diffstat (limited to 'src/core/hle')
| -rw-r--r-- | src/core/hle/service/ssl/ssl_backend_schannel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/ssl/ssl_backend_schannel.cpp b/src/core/hle/service/ssl/ssl_backend_schannel.cpp index 368735d8c..d8074339a 100644 --- a/src/core/hle/service/ssl/ssl_backend_schannel.cpp +++ b/src/core/hle/service/ssl/ssl_backend_schannel.cpp | |||
| @@ -20,6 +20,7 @@ namespace { | |||
| 20 | #define SECURITY_WIN32 | 20 | #define SECURITY_WIN32 |
| 21 | #include <schnlsp.h> | 21 | #include <schnlsp.h> |
| 22 | #include <security.h> | 22 | #include <security.h> |
| 23 | #include <wincrypt.h> | ||
| 23 | 24 | ||
| 24 | std::once_flag one_time_init_flag; | 25 | std::once_flag one_time_init_flag; |
| 25 | bool one_time_init_success = false; | 26 | bool one_time_init_success = false; |