From: Wolfgang Bangerth Date: Thu, 14 Sep 2017 19:27:01 +0000 (-0600) Subject: Add an #include file. X-Git-Tag: v9.0.0-rc1~1054^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e843060649ee96542efc2e0b11fbdbb02308bde;p=dealii.git Add an #include file. Specifically, include the one that is necessary for std::enable_if. --- diff --git a/include/deal.II/fe/fe_system.h b/include/deal.II/fe/fe_system.h index 60074cb05c..ed3cad06e3 100644 --- a/include/deal.II/fe/fe_system.h +++ b/include/deal.II/fe/fe_system.h @@ -24,9 +24,11 @@ #include #include #include + #include #include #include +#include DEAL_II_NAMESPACE_OPEN