From 2c88a5029bcca436e262a47cf44ec2e490adab71 Mon Sep 17 00:00:00 2001 From: bs674 Date: Sat, 24 Aug 2024 16:42:49 +0800 Subject: [PATCH] add 'cstdint' to header to improve compatibility --- src/model/AlignmentMatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/AlignmentMatch.h b/src/model/AlignmentMatch.h index 8304eac..c75d2d5 100644 --- a/src/model/AlignmentMatch.h +++ b/src/model/AlignmentMatch.h @@ -6,7 +6,7 @@ #include #include "STRAND.h" - +#include class AlignmentMatch { private: