From 1956b236cd29a045d44b2ec71f4beaea855ad659 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Fri, 29 Jan 2016 18:28:15 +0000 Subject: [PATCH] #1159. Thank You, Jakub for discovering this issue and for providing a patch. --- src/jpgimage.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/jpgimage.cpp b/src/jpgimage.cpp index e1e9954c..50fbea66 100644 --- a/src/jpgimage.cpp +++ b/src/jpgimage.cpp @@ -40,7 +40,9 @@ EXIV2_RCSID("@(#) $Id$") #include "error.hpp" #include "futils.hpp" -#ifndef WIN32 +#ifdef WIN32 +#include +#else #define BYTE char #define USHORT uint16_t #define ULONG uint32_t