[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:46:53 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=925fede

The following commit has been merged in the master branch:
commit 925fede11365c1c3ed18f3c78ba2ee1a60321e25
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Sep 9 10:04:29 2016 +0000

    #1223 Correction to r4477 to fix Cygwin build breaker.  #include <cstdint> 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 7a6ab68..c427d0d 100644
--- a/src/pentaxmn.cpp
+++ b/src/pentaxmn.cpp
@@ -38,8 +38,6 @@ EXIV2_RCSID("@(#) $Id$")
 #include "i18n.h"                // NLS support.
 
 // + standard includes
-#include <cstdint>
-#include <iomanip>
 #include <string>
 
 // *****************************************************************************

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list