From 765a5d3fd1aa4211fc951d0414686d00926e2154 Mon Sep 17 00:00:00 2001 From: Michihiro NAKAJIMA Date: Sat, 15 May 2010 02:13:13 -0400 Subject: [PATCH] Msys requires wincypt.h to use CALG_* macros. SVN-Revision: 2402 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc19db0a1..961333859 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -362,6 +362,7 @@ MACRO(CHECK_HASH_WIN HASH_LIST) #define _WIN32_WINNT ${_WIN32_WINNT} #define WINVER ${WINVER} #include +#include int main(int argc, char **argv) -- 2.47.3