From 503525662c3a7ca876bdc3471cd8fcdad355d206 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 25 Apr 2023 15:04:15 -0600 Subject: [PATCH] Add necessary include files to a code snippet in the glossary. --- doc/doxygen/headers/glossary.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index 066cb3907b..49bd65f114 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -354,6 +354,11 @@ * has read in from the mesh file. This can be done by using the * DataPostprocessors::BoundaryIds class and the following small piece of code: * @code + * #include + * #include + * + * ... + * * DataPostprocessors::BoundaryIds boundary_ids; * DataOutFaces data_out_faces; * FE_Q dummy_fe(1); -- 2.39.5