From: Magdalena Schreter Date: Wed, 5 Jul 2023 10:08:21 +0000 (+0200) Subject: add missing ReadVector header X-Git-Tag: relicensing~740^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2328e259fddc82439d86730ca9cbc5e6216b3d87;p=dealii.git add missing ReadVector header --- 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