From c09a0fd815984ce36c872a64e5f42de1e460a839 Mon Sep 17 00:00:00 2001 From: nu774 Date: Fri, 27 Sep 2013 20:16:34 +0900 Subject: [PATCH] issue328: _imagingcms.c: include windef.h to fix build issue on MSVC --- _imagingcms.c | 1 + 1 file changed, 1 insertion(+) diff --git a/_imagingcms.c b/_imagingcms.c index 5b91a65fd..968042795 100644 --- a/_imagingcms.c +++ b/_imagingcms.c @@ -33,6 +33,7 @@ http://www.cazabon.com\n\ #endif #ifdef WIN32 +#include #include #endif