From 455da238c46518a5ebebf0f9f35296cf3183b2ee Mon Sep 17 00:00:00 2001 From: Guilhem Poy Date: Fri, 25 Apr 2025 20:09:24 +0200 Subject: [PATCH] Correct include statements in deal.II/fe/fe_tools_extrapolate.templates.h Co-authored-by: Luca Heltai --- include/deal.II/fe/fe_tools_extrapolate.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5