From: Guilhem Poy Date: Fri, 25 Apr 2025 18:09:24 +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=455da238c46518a5ebebf0f9f35296cf3183b2ee;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 5eac52ec25..b6ef9cbd4f 100644 --- a/include/deal.II/fe/fe_tools_extrapolate.templates.h +++ b/include/deal.II/fe/fe_tools_extrapolate.templates.h @@ -32,9 +32,9 @@ #include -#include "deal.II/lac/block_vector_base.h" #include #include +#include #include #include #include