From 7d146930e6d0d2aa910994ea5ae477f7de0dc4d8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 2 Aug 2007 22:10:31 +0000 Subject: [PATCH] Add necessary include file. git-svn-id: https://svn.dealii.org/trunk@14890 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/is_finite.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/base/is_finite.cc b/tests/base/is_finite.cc index aeee1a8da1..3edf981730 100644 --- a/tests/base/is_finite.cc +++ b/tests/base/is_finite.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006 by the deal.II authors +// Copyright (C) 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 @@ -17,6 +17,7 @@ #include #include #include +#include template -- 2.39.5