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