From: Wolfgang Bangerth Date: Fri, 14 Aug 2015 14:48:51 +0000 (-0500) Subject: Fix another aspect of #1343. X-Git-Tag: v8.4.0-rc2~607^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b70719138f522f92c54758965dafeb3fa5ce00;p=dealii.git Fix another aspect of #1343. This is another necessary fix for #1343, adding a missing #include. It fixes 23 more tests that currently fail. --- diff --git a/include/deal.II/fe/fe_poly_tensor.h b/include/deal.II/fe/fe_poly_tensor.h index 3252a07c01..c14f75e959 100644 --- a/include/deal.II/fe/fe_poly_tensor.h +++ b/include/deal.II/fe/fe_poly_tensor.h @@ -20,6 +20,7 @@ #include #include #include +#include DEAL_II_NAMESPACE_OPEN