From a8e85ed0671b6a09f4785e54e192338891d5c143 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 2 Aug 2007 22:07:36 +0000 Subject: [PATCH] Add missing include file git-svn-id: https://svn.dealii.org/trunk@14888 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/log_infinity.cc | 3 ++- tests/base/log_nan.cc | 3 ++- tests/base/logtest.cc | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/base/log_infinity.cc b/tests/base/log_infinity.cc index 1bc503e98e..6a39f002c1 100644 --- a/tests/base/log_infinity.cc +++ b/tests/base/log_infinity.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 int main () { diff --git a/tests/base/log_nan.cc b/tests/base/log_nan.cc index 8c8119c146..ea57ed0147 100644 --- a/tests/base/log_nan.cc +++ b/tests/base/log_nan.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 @@ -18,6 +18,7 @@ #include #include #include +#include int main () { diff --git a/tests/base/logtest.cc b/tests/base/logtest.cc index 1a5258cf27..40d73fa5d0 100644 --- a/tests/base/logtest.cc +++ b/tests/base/logtest.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -20,6 +20,7 @@ #include #include #include +#include int main() -- 2.39.5