From: Wolfgang Bangerth Date: Tue, 4 Mar 2014 15:33:58 +0000 (+0000) Subject: Add a #include that is needed for MS VC++. X-Git-Tag: v8.2.0-rc1~723 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46c9e68c4d0ebafe8e737b833c722d9f316cf8c1;p=dealii.git Add a #include that is needed for MS VC++. git-svn-id: https://svn.dealii.org/trunk@32608 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/base/polynomial.cc b/deal.II/source/base/polynomial.cc index 19ecd4654f..f6fa8b2f3c 100644 --- a/deal.II/source/base/polynomial.cc +++ b/deal.II/source/base/polynomial.cc @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2000 - 2013 by the deal.II authors +// Copyright (C) 2000 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -20,6 +20,7 @@ #include #include +#include #include DEAL_II_NAMESPACE_OPEN