From: Matthias Maier Date: Wed, 2 Apr 2025 16:12:06 +0000 (-0500) Subject: base/exceptions.h: add missing standard header X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18323%2Fhead;p=dealii.git base/exceptions.h: add missing standard header --- diff --git a/include/deal.II/base/exceptions.h b/include/deal.II/base/exceptions.h index f19a886004..71a541658d 100644 --- a/include/deal.II/base/exceptions.h +++ b/include/deal.II/base/exceptions.h @@ -33,6 +33,7 @@ DEAL_II_ENABLE_EXTRA_DIAGNOSTICS #include +#include #include #include #include