Skip to content

Commit

Permalink
Merge pull request #2569 from eseiler/fix/gcc11
Browse files Browse the repository at this point in the history
[FIX] gcc11: missing include
  • Loading branch information
eseiler committed Apr 28, 2021
2 parents c30c81b + 8b1354c commit 5e290ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/seqan3/alignment/configuration/align_config_band.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

#pragma once

#include <limits>

#include <seqan3/alignment/configuration/detail.hpp>
#include <seqan3/alignment/exception.hpp>
#include <seqan3/core/algorithm/pipeable_config_element.hpp>
Expand Down

1 comment on commit 5e290ff

@vercel
Copy link

@vercel vercel bot commented on 5e290ff Apr 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.