Skip to content

Commit

Permalink
add 'cstdint' to header to improve compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
baoxingsong committed Aug 24, 2024
1 parent 7a0eef9 commit 2c88a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/AlignmentMatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <string>
#include "STRAND.h"

#include <cstdint>

class AlignmentMatch {
private:
Expand Down

0 comments on commit 2c88a50

Please sign in to comment.