From: Wolfgang Bangerth Date: Mon, 22 Jan 2007 05:17:56 +0000 (+0000) Subject: Add an apparently needed include file. X-Git-Tag: v8.0.0~10631 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a460666b61f818cee84a8fb0588487d701131171;p=dealii.git Add an apparently needed include file. git-svn-id: https://svn.dealii.org/trunk@14358 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/grid_generator.cc b/deal.II/deal.II/source/grid/grid_generator.cc index 8074e46deb..3d6c1e3463 100644 --- a/deal.II/deal.II/source/grid/grid_generator.cc +++ b/deal.II/deal.II/source/grid/grid_generator.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -34,6 +34,7 @@ #include #include +#include DEAL_II_NAMESPACE_OPEN