From f931c5e02ad566620ad5bc9c821fe4f7ad4a24bf Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 9 Dec 1999 08:11:13 +0000 Subject: [PATCH] Add missing include file. git-svn-id: https://svn.dealii.org/trunk@2020 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_tools.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index 298df41c72..be4db5aafc 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -3,11 +3,14 @@ #ifndef __dof_tools_H #define __dof_tools_H /*---------------------------- dof_tools.h ---------------------------*/ -// Copyright Guido Kanschat, 1999 +// Copyright Wolfgang Bangerth, Guido Kanschat, and others 1999 +#include #include + + // This is part of the original documentation of DoFHandler // I tried to put the essential part into the documentation of // the function, where it belongs. Still, I keep it for a while, -- 2.39.5