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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:41:49 UTC 2017


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

The following commit has been merged in the master branch:
commit 7cdf9815bc4cbf20f502f7be6d415a1308244633
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Jul 25 16:13:26 2010 +0000

    #716: Added missing #include <ios>, needed for Sun Studio compiler (patch by Pavel Heimlich).
---
 src/canonmn.cpp | 1 +
 src/convert.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/canonmn.cpp b/src/canonmn.cpp
index a24f703..dc8db62 100644
--- a/src/canonmn.cpp
+++ b/src/canonmn.cpp
@@ -41,6 +41,7 @@ EXIV2_RCSID("@(#) $Id$")
 #include <string>
 #include <sstream>
 #include <iomanip>
+#include <ios>
 #include <algorithm>
 #include <cassert>
 #include <cstring>
diff --git a/src/convert.cpp b/src/convert.cpp
index 4223a64..bd73b59 100644
--- a/src/convert.cpp
+++ b/src/convert.cpp
@@ -42,6 +42,7 @@ EXIV2_RCSID("@(#) $Id$")
 // + standard includes
 #include <iostream>
 #include <iomanip>
+#include <ios>
 #include <sstream>
 #include <stdio.h> // for snprintf (C99)
 #ifdef _MSC_VER

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list