From abce7035cb6846817fbca3d2f71b46f8514e13d4 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 25 Aug 2013 15:11:58 +0000 Subject: [PATCH] [PSDK] * Add a missing inclusion in wincrypt.h. svn path=/trunk/; revision=59820 --- reactos/include/psdk/wincrypt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/psdk/wincrypt.h b/reactos/include/psdk/wincrypt.h index e66b3770da4..0d4f0678cd5 100644 --- a/reactos/include/psdk/wincrypt.h +++ b/reactos/include/psdk/wincrypt.h @@ -21,6 +21,8 @@ #ifndef __WINE_WINCRYPT_H #define __WINE_WINCRYPT_H +#include + #ifdef __cplusplus extern "C" { #endif