Skip to content

Commit

Permalink
wflign: Added include <limits> because clang complained about missing…
Browse files Browse the repository at this point in the history
… numeric_limits
  • Loading branch information
pjotrp committed Dec 15, 2024
1 parent 9ad15d3 commit 92745ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/common/wflign/src/rkmh.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <vector>
#include <string>
#include <iostream>
#include <limits>
#include <unordered_set>
#include <math.h>
#include <algorithm>
Expand Down
1 change: 1 addition & 0 deletions src/common/wflign/src/wflign_alignment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <algorithm>
#include <cstring>
#include <iostream>
#include <limits>
#include <iterator>
#include <cassert>
#include <vector>
Expand Down

0 comments on commit 92745ae

Please sign in to comment.