From: wolf Date: Mon, 1 Mar 1999 19:59:38 +0000 (+0000) Subject: Make this file compilable if not all information is already known at X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93b35fc75a99bb1159b3f8441a0f05391fbecb26;p=dealii-svn.git 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 --- 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.