From 04d2210b3ea0f61c05ce68dbdba7cf2a40f462d3 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 20 Feb 2014 16:35:41 +0000 Subject: [PATCH] Forgot a header file git-svn-id: https://svn.dealii.org/trunk@32522 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/parallel_vector.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/include/deal.II/lac/parallel_vector.h b/deal.II/include/deal.II/lac/parallel_vector.h index 92259610af..c4c467f356 100644 --- a/deal.II/include/deal.II/lac/parallel_vector.h +++ b/deal.II/include/deal.II/lac/parallel_vector.h @@ -29,6 +29,7 @@ #include #include +#include DEAL_II_NAMESPACE_OPEN -- 2.39.5