From: Wolfgang Bangerth Date: Tue, 17 Dec 2024 01:46:22 +0000 (-0700) Subject: Use properly scoped include directive. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17930%2Fhead;p=dealii.git Use properly scoped include directive. --- diff --git a/include/deal.II/grid/tria_iterator.h b/include/deal.II/grid/tria_iterator.h index bccd283495..839dd1bece 100644 --- a/include/deal.II/grid/tria_iterator.h +++ b/include/deal.II/grid/tria_iterator.h @@ -1250,7 +1250,7 @@ DEAL_II_NAMESPACE_CLOSE // if in optimized mode: include more templates #ifndef DEBUG -# include "tria_iterator.templates.h" +# include #endif #endif