From 93b35fc75a99bb1159b3f8441a0f05391fbecb26 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 1 Mar 1999 19:59:38 +0000 Subject: [PATCH] Make this file compilable if not all information is already known at the time the compiler sees it. git-svn-id: https://svn.dealii.org/trunk@936 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/error_estimator.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/error_estimator.h b/deal.II/deal.II/include/numerics/error_estimator.h index e54f3a41b9..32c8bdbd4e 100644 --- a/deal.II/deal.II/include/numerics/error_estimator.h +++ b/deal.II/deal.II/include/numerics/error_estimator.h @@ -8,6 +8,8 @@ #include #include +#include +#include #include @@ -191,7 +193,7 @@ class KellyErrorEstimator { * jumps of gradients. See the general * doc of this class for more information. */ - typedef map::face_iterator,double> FaceIntegrals; + typedef map::face_iterator,double> FaceIntegrals; /** * Redeclare an active cell iterator. -- 2.39.5