Skip to content

Commit 9c6ed4c

Browse files
authored
Merge pull request #3405 from eseiler/fix/include
fix: add missing include
2 parents 05f5d06 + d973c32 commit 9c6ed4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/performance/alphabet/alphabet_complement_benchmark.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include <benchmark/benchmark.h>
1010

11+
#include <algorithm>
1112
#include <random>
1213

1314
#include <seqan3/alphabet/nucleotide/dna4.hpp>

0 commit comments

Comments
 (0)