This is an automated email from the git hooks/post-receive script. gewo pushed a commit to branch master in repository seqtools.
commit 362c60948b9459080c1dd2fec2f3e08a21023518 Author: Gert Wollny <[email protected]> Date: Wed Oct 25 17:37:44 2017 +0200 Update missing include patch to add sstream --- debian/patches/fix_missing_includes.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/patches/fix_missing_includes.patch b/debian/patches/fix_missing_includes.patch index 726d6d9..656a3a1 100644 --- a/debian/patches/fix_missing_includes.patch +++ b/debian/patches/fix_missing_includes.patch @@ -4,12 +4,13 @@ Description: Fix include statement --- a/gbtools/src/gbtoolsTrackhub/gbtoolsTrackhub.cpp +++ b/gbtools/src/gbtoolsTrackhub/gbtoolsTrackhub.cpp -@@ -29,7 +29,7 @@ +@@ -29,7 +29,8 @@ */ #include <iostream> -#include <string> +#include <cstring> ++#include <sstream> #include <curl/curl.h> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
