From 91f32c3e71944385dba3d1348ebece1a2b8b2052 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 23 Mar 2013 21:46:05 +0000 Subject: [PATCH] [WINDOWSCODECS] Fix amd64 build svn path=/trunk/; revision=58596 --- reactos/dll/win32/windowscodecs/jpegformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/windowscodecs/jpegformat.c b/reactos/dll/win32/windowscodecs/jpegformat.c index a8866a7d57b..6871a131a70 100644 --- a/reactos/dll/win32/windowscodecs/jpegformat.c +++ b/reactos/dll/win32/windowscodecs/jpegformat.c @@ -29,7 +29,7 @@ //#include #include //#include -//#include +#include #ifdef SONAME_LIBJPEG /* This is a hack, so jpeglib.h does not redefine INT32 and the like*/