From 196f6e8cb975060cbb3b5b00300702a0a9f4bd7d Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 20 May 2013 16:08:45 +0000 Subject: [PATCH] Add missing include file. git-svn-id: https://svn.dealii.org/trunk@29527 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/matrix_free/shape_info.templates.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/matrix_free/shape_info.templates.h b/deal.II/include/deal.II/matrix_free/shape_info.templates.h index cb8488329c..77386ed65d 100644 --- a/deal.II/include/deal.II/matrix_free/shape_info.templates.h +++ b/deal.II/include/deal.II/matrix_free/shape_info.templates.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2011 by the deal.II authors +// Copyright (C) 2011, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -15,6 +15,7 @@ #include #include #include +#include #include #include -- 2.39.5