From 925fede11365c1c3ed18f3c78ba2ee1a60321e25 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Fri, 9 Sep 2016 10:04:29 +0000 Subject: [PATCH] #1223 Correction to r4477 to fix Cygwin build breaker. #include demands C++11 support on GCC 4.9.3 on the buildserver. Code compiles without cstdint and iomanip --- src/pentaxmn.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pentaxmn.cpp b/src/pentaxmn.cpp index 7a6ab68e..c427d0d8 100644 --- a/src/pentaxmn.cpp +++ b/src/pentaxmn.cpp @@ -38,8 +38,6 @@ EXIV2_RCSID("@(#) $Id$") #include "i18n.h" // NLS support. // + standard includes -#include -#include #include // *****************************************************************************