From 02d90df25415f1468877b7d993340f0ca3a84110 Mon Sep 17 00:00:00 2001 From: third-party Date: Mon, 22 Jan 2001 10:01:35 +0000 Subject: [PATCH] Fix to git-svn-id: https://svn.dealii.org/trunk@3748 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/polynomial.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/base/include/base/polynomial.h b/deal.II/base/include/base/polynomial.h index 2ec43d9dff..9401e01006 100644 --- a/deal.II/base/include/base/polynomial.h +++ b/deal.II/base/include/base/polynomial.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000 by the deal.II authors +// Copyright (C) 2000, 2001 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -18,7 +18,8 @@ #include #include -#include +#include + /** * Base class for all 1D polynomials. A pollynomial is represented in -- 2.39.5