From 0424d52e31ec2664b6ce0cdc50b03f6dd9863a68 Mon Sep 17 00:00:00 2001 From: Lea Waller Date: Sun, 14 May 2023 23:17:23 +0200 Subject: [PATCH] Fix build with gcc-13 --- bam/GenericSamInterface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bam/GenericSamInterface.h b/bam/GenericSamInterface.h index 583e28e..86a04e7 100644 --- a/bam/GenericSamInterface.h +++ b/bam/GenericSamInterface.h @@ -25,6 +25,7 @@ #include #include +#include class GenericSamInterface