From: Wolfgang Bangerth Date: Tue, 25 Sep 2012 18:17:44 +0000 (+0000) Subject: Add missing include file. X-Git-Tag: v8.0.0~2040 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ab573a9a87dab4d1376fc9f4901d3636787fb2c;p=dealii.git Add missing include file. git-svn-id: https://svn.dealii.org/trunk@26735 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/error_estimator.h b/deal.II/include/deal.II/numerics/error_estimator.h index 076841240c..fd78e11f4f 100644 --- a/deal.II/include/deal.II/numerics/error_estimator.h +++ b/deal.II/include/deal.II/numerics/error_estimator.h @@ -18,6 +18,7 @@ #include #include #include +#include #include DEAL_II_NAMESPACE_OPEN