From 77b70719138f522f92c54758965dafeb3fa5ce00 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 14 Aug 2015 09:48:51 -0500 Subject: [PATCH] Fix another aspect of #1343. This is another necessary fix for #1343, adding a missing #include. It fixes 23 more tests that currently fail. --- include/deal.II/fe/fe_poly_tensor.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5