From: wolf Date: Mon, 12 Mar 2001 17:41:23 +0000 (+0000) Subject: Fix incompatibility with gcc3 snapshot that requires some classes to X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=985b439dd59750da45f6258949554091298cbddb;p=dealii-svn.git Fix incompatibility with gcc3 snapshot that requires some classes to be defined. git-svn-id: https://svn.dealii.org/trunk@4192 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/intergrid_map.h b/deal.II/deal.II/include/grid/intergrid_map.h index f0416386c1..fd9e166205 100644 --- a/deal.II/deal.II/include/grid/intergrid_map.h +++ b/deal.II/deal.II/include/grid/intergrid_map.h @@ -10,6 +10,9 @@ #define __deal2__intergrid_map_h #include +#include +#include +#include /**