From d4e7510f7c11186bedddc071e5c6ad6ade473da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 26 Sep 2017 22:57:59 +0200 Subject: [PATCH] Added missing include for INT_MIN & INT_MAX constants --- include/exiv2/value.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/exiv2/value.hpp b/include/exiv2/value.hpp index e5ae71fd..2078c6bd 100644 --- a/include/exiv2/value.hpp +++ b/include/exiv2/value.hpp @@ -44,6 +44,7 @@ #include #include #include +#include // ***************************************************************************** // namespace extensions