From 3f2aaf3d42f7bc23c8e870bcddecb07712447704 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 21 May 2013 14:12:41 +0000 Subject: [PATCH] Fix include files. git-svn-id: https://svn.dealii.org/trunk@29537 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/meshworker/vector_info.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/meshworker/vector_info.h b/deal.II/include/deal.II/meshworker/vector_info.h index f0383ed55f..0e24b1b5f4 100644 --- a/deal.II/include/deal.II/meshworker/vector_info.h +++ b/deal.II/include/deal.II/meshworker/vector_info.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 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,7 +15,8 @@ #include #include -#include +#include +#include DEAL_II_NAMESPACE_OPEN -- 2.39.5