From: bangerth Date: Sat, 29 Jul 2006 20:27:12 +0000 (+0000) Subject: Add a number of forward declarations X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd2308fd86fb7ccbec31bc1da9eb3de20c920c08;p=dealii-svn.git Add a number of forward declarations git-svn-id: https://svn.dealii.org/trunk@13502 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 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 {