From 306e8ce99669a781d3b34abc3e5dad4d6cebfdc7 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 12 Feb 2025 19:04:29 -0500 Subject: [PATCH] Include tria_accessor.h at the top of tria.h --- include/deal.II/grid/tria.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 7fcd99cee8..9b5d94371c 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -27,6 +27,7 @@ #include #include +#include #include #include @@ -4946,10 +4947,4 @@ extern template class Triangulation<3, 3>; DEAL_II_NAMESPACE_CLOSE -// Include tria_accessor.h here, so that it is possible for an end -// user to use the iterators of Triangulation directly without -// the need to include tria_accessor.h separately. (Otherwise the -// iterators are an 'opaque' or 'incomplete' type.) -#include - #endif -- 2.39.5