From 2328e259fddc82439d86730ca9cbc5e6216b3d87 Mon Sep 17 00:00:00 2001 From: Magdalena Schreter Date: Wed, 5 Jul 2023 12:08:21 +0200 Subject: [PATCH] add missing ReadVector header --- include/deal.II/numerics/error_estimator.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/deal.II/numerics/error_estimator.h b/include/deal.II/numerics/error_estimator.h index 5e63a78327..15c9f34b05 100644 --- a/include/deal.II/numerics/error_estimator.h +++ b/include/deal.II/numerics/error_estimator.h @@ -24,6 +24,8 @@ #include +#include + #include DEAL_II_NAMESPACE_OPEN -- 2.39.5