From b527f4e07c869cab78db7ce1a9086232f9a5609b Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 2 Aug 2007 22:08:44 +0000 Subject: [PATCH] Add missing include file git-svn-id: https://svn.dealii.org/trunk@14889 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/symmetric_tensor_19.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/base/symmetric_tensor_19.cc b/tests/base/symmetric_tensor_19.cc index 14275c27dd..9397d2b1ed 100644 --- a/tests/base/symmetric_tensor_19.cc +++ b/tests/base/symmetric_tensor_19.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005 by the deal.II authors +// Copyright (C) 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 @@ -18,6 +18,7 @@ #include #include #include +#include -- 2.39.5