File: fix-gcc-10.patch

package info (click to toggle)
trinityrnaseq 2.15.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468,004 kB
  • sloc: perl: 49,905; cpp: 17,993; java: 12,489; python: 3,282; sh: 1,989; ansic: 985; makefile: 717; xml: 62
file content (16 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Subject: Fix gcc-10 build issue
Bug-Debian: https://bugs.debian.org/966876
From: Andreas Tille <tille@debian.org>
Last-Update: Wed, 05 Aug 2020 12:44:59 +0200
Forwarded: https://github.com/trinityrnaseq/bamsifter/commit/2fed73b5dd400ed8ba38f3f63b385e0faff26045

--- trinityrnaseq.orig/trinity-plugins/bamsifter/sift_bam_max_cov.cpp
+++ trinityrnaseq/trinity-plugins/bamsifter/sift_bam_max_cov.cpp
@@ -10,6 +10,7 @@
 #include <limits.h>
 #include <map>
 #include <set>
+#include <string>
 #include <utility>
 #include <vector>
 #include <string>