From: Wolfgang Bangerth Date: Mon, 13 Jul 1998 14:02:47 +0000 (+0000) Subject: Fix omission of forward declaration. X-Git-Tag: v8.0.0~22810 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6531b0230efc07347c1dedabc70e9ce76de49f9;p=dealii.git Fix omission of forward declaration. git-svn-id: https://svn.dealii.org/trunk@444 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 a1609f1601..6783955f48 100644 --- a/deal.II/deal.II/include/numerics/error_estimator.h +++ b/deal.II/deal.II/include/numerics/error_estimator.h @@ -14,6 +14,8 @@ template class DoFHandler; template class Quadrature; template class FiniteElement; +template class FEFaceValues; +template class FESubfaceValues; template class Boundary; template class Function; class dVector;