summarylogtreecommitdiffstats
path: root/string.patch
diff options
context:
space:
mode:
authorKuoi2024-02-16 03:13:48 +0800
committerKuoi2024-02-16 03:13:48 +0800
commit2fa17490ecb97125421981530694fe98b53bb814 (patch)
tree59a3c2c12fd1b18c323c18ee2e8a3bb3357638f5 /string.patch
downloadaur-2fa17490ecb97125421981530694fe98b53bb814.tar.gz
init
Diffstat (limited to 'string.patch')
-rw-r--r--string.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/string.patch b/string.patch
new file mode 100644
index 000000000000..8647aad3acd4
--- /dev/null
+++ b/string.patch
@@ -0,0 +1,12 @@
+diff --git a/trinity-plugins/bamsifter/sift_bam_max_cov.cpp b/trinity-plugins/bamsifter/sift_bam_max_cov.cpp
+index e8ecbcf..ccdbd27 100644
+--- a/trinity-plugins/bamsifter/sift_bam_max_cov.cpp
++++ b/trinity-plugins/bamsifter/sift_bam_max_cov.cpp
+@@ -10,6 +10,7 @@
+ #include <set>
+ #include <utility>
+ #include <vector>
++#include <string>
+
+ #include "htslib/sam.h"
+ #include "htslib/bgzf.h"