From: bangerth Date: Wed, 1 Aug 2007 23:12:09 +0000 (+0000) Subject: Add include file required by newer gcc versions X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e5c49ef9c8336768443ff116ec397ecde7fdddd;p=dealii-svn.git Add include file required by newer gcc versions git-svn-id: https://svn.dealii.org/trunk@14873 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/vector.templates.h b/deal.II/lac/include/lac/vector.templates.h index 28dfb16513..09985c01a8 100644 --- a/deal.II/lac/include/lac/vector.templates.h +++ b/deal.II/lac/include/lac/vector.templates.h @@ -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 @@ -23,6 +23,7 @@ #endif #include +#include #include #include