From: Wolfgang Bangerth Date: Thu, 9 Dec 1999 08:11:13 +0000 (+0000) Subject: Add missing include file. X-Git-Tag: v8.0.0~21340 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1bc7c7342c240d61b13b339b99a874748bd236;p=dealii.git Add missing include file. git-svn-id: https://svn.dealii.org/trunk@2020 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,