From: Guilhem Poy Date: Fri, 25 Apr 2025 18:08:59 +0000 (+0200) Subject: Correct include statements in deal.II/fe/fe_tools_extrapolate.templates.h X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70f5e1e0a4f62b95a43dc634dd564fb46fa95841;p=dealii.git Correct include statements in deal.II/fe/fe_tools_extrapolate.templates.h Co-authored-by: Luca Heltai --- diff --git a/include/deal.II/fe/fe_tools_extrapolate.templates.h b/include/deal.II/fe/fe_tools_extrapolate.templates.h index e4be56dc19..5eac52ec25 100644 --- a/include/deal.II/fe/fe_tools_extrapolate.templates.h +++ b/include/deal.II/fe/fe_tools_extrapolate.templates.h @@ -18,7 +18,7 @@ #include -#include "deal.II/base/types.h" +#include #include #include