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