[med-svn] [fw4spl] 01/03: d/p/: Add patch fix_functional_include, Closes: #871111

Gert Wollny gewo at moszumanska.debian.org
Mon Aug 21 13:18:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

gewo pushed a commit to branch master
in repository fw4spl.

commit e0ff404d1e057860e9f5503f9b602f32e7fbc26f
Author: Gert Wollny <gewo at debian.org>
Date:   Mon Aug 21 12:07:52 2017 +0000

    d/p/: Add patch fix_functional_include, Closes: #871111
    
    Probably with gcc-7 the includes are now a bit tighter, so that
    it is now necessary to include <functional> explicitely.
---
 debian/patches/fix_functional_include.patch | 14 ++++++++++++++
 debian/patches/series                       |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/fix_functional_include.patch b/debian/patches/fix_functional_include.patch
new file mode 100644
index 0000000..ac35abe
--- /dev/null
+++ b/debian/patches/fix_functional_include.patch
@@ -0,0 +1,14 @@
+Author: Gert Wollny <gewo at debian.org>
+Description: Add include of <functional>
+Debian-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871111
+
+--- a/SrcLib/core/fwMemory/include/fwMemory/stream/in/Buffer.hpp
++++ b/SrcLib/core/fwMemory/include/fwMemory/stream/in/Buffer.hpp
+@@ -11,6 +11,7 @@
+ #include "fwMemory/stream/in/IFactory.hpp"
+ 
+ #include <fwCore/macros.hpp>
++#include <functional>
+ 
+ namespace fwMemory
+ {
diff --git a/debian/patches/series b/debian/patches/series
index c2ef3c6..2de82b7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 fix_spelling_error.patch
 fix_install.patch
 fix_unit_tests.patch
+fix_functional_include.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fw4spl.git



More information about the debian-med-commit mailing list