From: Wolfgang Bangerth Date: Wed, 3 Dec 2014 13:10:52 +0000 (-0600) Subject: Patch by Lukas Korous: Only include if not on Microsoft Visual Studio. X-Git-Tag: v8.2.0-rc1~34^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b64b8e8f18a915c1b1f6734646489114584b57d;p=dealii.git Patch by Lukas Korous: Only include if not on Microsoft Visual Studio. --- diff --git a/include/deal.II/lac/parallel_vector.templates.h b/include/deal.II/lac/parallel_vector.templates.h index bd5b84af25..12422c01c8 100644 --- a/include/deal.II/lac/parallel_vector.templates.h +++ b/include/deal.II/lac/parallel_vector.templates.h @@ -24,7 +24,9 @@ #include #include -#include +#ifndef _MSC_VER +# include +#endif DEAL_II_NAMESPACE_OPEN