spack/var/spack/repos/builtin/packages/filtlong/gcc13.patch
George Young 12e1768fdb
filtlong: add v0.2.1, patch for %gcc@13: (#39775)
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
2023-09-12 04:03:02 -04:00

11 lines
235 B
Diff

--- src/kmers.h 2018-01-04 03:52:20.000000000 +0000
+++ src/kmers.h.patched 2023-09-04 13:19:09.206573971 +0100
@@ -17,6 +17,7 @@
#define KMERS_H
+#include <cstdint>
#include <string>
#include <vector>
#include <unordered_set>