From 35b19afb53970fed729ad9f4d53da74dcdf2beb0 Mon Sep 17 00:00:00 2001 From: Simon Gene Gottlieb Date: Wed, 17 May 2023 16:35:49 +0200 Subject: [PATCH] patch: add missing headers (this should be fixed in seqan2) --- include/mason/methylation_levels.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/mason/methylation_levels.h b/include/mason/methylation_levels.h index 3595ad6..fbbaf06 100644 --- a/include/mason/methylation_levels.h +++ b/include/mason/methylation_levels.h @@ -35,6 +35,8 @@ #ifndef APPS_MASON2_METHYLATION_LEVELS_H_ #define APPS_MASON2_METHYLATION_LEVELS_H_ +#include +#include #include // for Shape<> #include #include // for the journal