From db7133f42a0e761f66bbd59d9b0f350979df0e0b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 29 Jul 2006 20:27:12 +0000 Subject: [PATCH] Add a number of forward declarations git-svn-id: https://svn.dealii.org/trunk@13502 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/error_estimator.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deal.II/deal.II/include/numerics/error_estimator.h b/deal.II/deal.II/include/numerics/error_estimator.h index 19d55b2807..71d036076a 100644 --- a/deal.II/deal.II/include/numerics/error_estimator.h +++ b/deal.II/deal.II/include/numerics/error_estimator.h @@ -18,10 +18,13 @@ #include #include #include +#include #include template class DoFHandler; +template class Mapping; +template class Quadrature; namespace hp { -- 2.39.5