aboutsummaryrefslogtreecommitdiff
path: root/biology/hhsuite/files/patch-src_a3m__compress.cpp
blob: a0c6629306a98fb5bb037e48e1c042de6f77cebe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/a3m_compress.cpp.orig	2024-02-04 09:18:03 UTC
+++ src/a3m_compress.cpp
@@ -12,6 +12,9 @@
 #include <omp.h>
 #endif
 
+#include <functional> // for std::ptr_fun
+
+
 int compressed_a3m::compress_a3m(std::istream* input,
     ffindex_index_t* ffindex_sequence_database_index,
     char* ffindex_sequence_database_data, std::ostream* output) {