From 057d271d50c8fb030eadd8d7babc0e9c2d575662 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 2 Feb 2015 14:26:51 -0600 Subject: [PATCH] Add a missing set of include files. This fixes a recent regression in one of our tests (bits/serialize_hp_dof_handler) that tries to serialize an object but that requires to know the actual type of one of the members to be serialized to compile without error. --- include/deal.II/hp/dof_handler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/hp/dof_handler.h b/include/deal.II/hp/dof_handler.h index f14e49e27a..9fa74bfb79 100644 --- a/include/deal.II/hp/dof_handler.h +++ b/include/deal.II/hp/dof_handler.h @@ -27,6 +27,8 @@ #include #include #include +#include +#include #include #include @@ -39,8 +41,6 @@ namespace internal namespace hp { class DoFLevel; - template class DoFIndicesOnFaces; - template class DoFIndicesOnFacesOrEdges; namespace DoFHandler { -- 2.39.5