From c2b36b9843b4b98f67342f6c0a956d1217bcb948 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Tue, 7 Nov 2023 09:13:13 +0100 Subject: [PATCH] fix dependency (stdexcept.h was not correctly included) --- include/throwable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/throwable.h b/include/throwable.h index 8b9adafa..8878013b 100644 --- a/include/throwable.h +++ b/include/throwable.h @@ -7,9 +7,9 @@ * * @author Jasper van Eck * @author Emiel Bruijntjes - * @copyright 2013 - 2019 Copernica BV + * @copyright 2013 - 2023 Copernica BV */ -#include +#include #include /**