From 7b81fdf8bce7bce0d2d009170b37a8c265ece678 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 23 May 2024 11:30:11 -0600 Subject: [PATCH] Add a missing header file. We use concepts in this file, but don't include the necessary header file. This only shows up if you compile in C++20 mode. --- include/deal.II/numerics/time_dependent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/deal.II/numerics/time_dependent.h b/include/deal.II/numerics/time_dependent.h index d4d6897f38..01f023e868 100644 --- a/include/deal.II/numerics/time_dependent.h +++ b/include/deal.II/numerics/time_dependent.h @@ -21,6 +21,7 @@ #include #include #include +#include #include #include -- 2.39.5