diff options
Diffstat (limited to 'lib/libexif/JpegParse.cpp')
-rw-r--r-- | lib/libexif/JpegParse.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libexif/JpegParse.cpp b/lib/libexif/JpegParse.cpp index 87f0d6296b..ded323119a 100644 --- a/lib/libexif/JpegParse.cpp +++ b/lib/libexif/JpegParse.cpp @@ -34,6 +34,7 @@ #include <windows.h> #else #include <memory.h> +#include <cstring> #define min(a,b) (a)>(b)?(b):(a) typedef unsigned char BYTE; #endif |