From: Wolfgang Bangerth Date: Mon, 12 Mar 2001 08:09:11 +0000 (+0000) Subject: Fix some missing includes and typenames that prevented compilation when include files... X-Git-Tag: v8.0.0~19586 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=303fe16f167cdc9007a751b9672289ce3228494d;p=dealii.git Fix some missing includes and typenames that prevented compilation when include files were in different order than normal. git-svn-id: https://svn.dealii.org/trunk@4185 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/data_out.h b/deal.II/deal.II/include/numerics/data_out.h index a29742edf8..cce7e7fa04 100644 --- a/deal.II/deal.II/include/numerics/data_out.h +++ b/deal.II/deal.II/include/numerics/data_out.h @@ -10,12 +10,12 @@ #define __deal2__data_out_h -#include #include #include +#include +#include -template class DoFHandler; /** * This is an abstract class which provides the functionality to generate @@ -409,7 +409,7 @@ class DataOut_DoFData : public DataOutInterface * in the output routines of the base * classes. */ - typename std::vector > patches; + typename std::vector > patches; /** * Function by which the base