From d282dedd22517b549f9336bb681c0cab94cf9504 Mon Sep 17 00:00:00 2001 From: Magdalena Schreter Date: Wed, 17 Aug 2022 10:16:12 +0200 Subject: [PATCH] fix missing header --- include/deal.II/lac/trilinos_tpetra_vector.templates.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/deal.II/lac/trilinos_tpetra_vector.templates.h b/include/deal.II/lac/trilinos_tpetra_vector.templates.h index 287a7e58e5..3d4cb28435 100644 --- a/include/deal.II/lac/trilinos_tpetra_vector.templates.h +++ b/include/deal.II/lac/trilinos_tpetra_vector.templates.h @@ -18,6 +18,8 @@ #include +#include + #include #ifdef DEAL_II_TRILINOS_WITH_TPETRA -- 2.39.5