20 lines
698 B
Diff
20 lines
698 B
Diff
--- a/test/unit/io/detail/misc_output_test.orig.cpp 2024-12-13 18:42:15.000000000 +0100
|
|
+++ b/test/unit/io/detail/misc_output_test.cpp 2025-01-20 21:58:35.651617085 +0100
|
|
@@ -6,6 +6,7 @@
|
|
|
|
#include <fstream>
|
|
#include <vector>
|
|
+#include <functional>
|
|
|
|
#include <seqan3/core/debug_stream.hpp>
|
|
#include <seqan3/io/detail/misc_input.hpp>
|
|
--- a/include/seqan3/io/detail/misc_input.orig.hpp 2024-12-13 18:42:15.000000000 +0100
|
|
+++ b/include/seqan3/io/detail/misc_input.hpp 2025-01-20 22:01:28.812235658 +0100
|
|
@@ -17,6 +17,7 @@
|
|
#include <span>
|
|
#include <string>
|
|
#include <tuple>
|
|
+#include <functional>
|
|
|
|
#include <seqan3/contrib/stream/bgzf.hpp>
|
|
#include <seqan3/contrib/stream/bgzf_istream.hpp>
|