From 9286ca7e80c16893bb4b19bd93dc268e0b81d6f3 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 18 Aug 2022 15:32:37 -0400 Subject: [PATCH] Add a missing header to vector_relations.h. --- include/deal.II/physics/vector_relations.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/deal.II/physics/vector_relations.h b/include/deal.II/physics/vector_relations.h index 76c8e3a6a6..e82a2d5e98 100644 --- a/include/deal.II/physics/vector_relations.h +++ b/include/deal.II/physics/vector_relations.h @@ -21,6 +21,7 @@ #include #include +#include DEAL_II_NAMESPACE_OPEN -- 2.39.5