From: Wolfgang Bangerth Date: Thu, 2 Aug 2007 22:07:36 +0000 (+0000) Subject: Add missing include file X-Git-Tag: v8.0.0~10155 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=820d06204086a4145071f26edd5f6097b65b17cd;p=dealii.git Add missing include file git-svn-id: https://svn.dealii.org/trunk@14888 0785d39b-7218-0410-832d-ea1e28bc413d --- 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()