From fd2308fd86fb7ccbec31bc1da9eb3de20c920c08 Mon Sep 17 00:00:00 2001 From: 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