From 6ab573a9a87dab4d1376fc9f4901d3636787fb2c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 25 Sep 2012 18:17:44 +0000 Subject: [PATCH] Add missing include file. git-svn-id: https://svn.dealii.org/trunk@26735 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/error_estimator.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5