From: bangerth Date: Mon, 22 Jan 2007 05:17:56 +0000 (+0000) Subject: Add an apparently needed include file. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93275007e6d2f9d000bc1d2d160fc9c0580084e4;p=dealii-svn.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