From: bangerth Date: Thu, 15 Mar 2007 22:08:26 +0000 (+0000) Subject: Add necessary include file, even if it appears that all compiler somehow include... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89d4f59dd5221d0234f7c93bade35fdf61c6f9de;p=dealii-svn.git Add necessary include file, even if it appears that all compiler somehow include this file anyhow through other headers. (We need it for std::atof.) git-svn-id: https://svn.dealii.org/trunk@14580 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/quadrature.cc b/deal.II/base/source/quadrature.cc index 92c9f8939b..dbf9355cfd 100644 --- a/deal.II/base/source/quadrature.cc +++ b/deal.II/base/source/quadrature.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 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 @@ -18,6 +18,7 @@ #include #include +#include #include DEAL_II_NAMESPACE_OPEN