From: Wolfgang Bangerth Date: Tue, 25 Feb 2025 02:16:56 +0000 (-0700) Subject: Add another missing #include. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b1308787ebd93cf04bca34931c3502cdecf1cbd;p=dealii.git Add another missing #include. --- diff --git a/source/base/table_handler.cc b/source/base/table_handler.cc index 459a394ecd..9392ee363e 100644 --- a/source/base/table_handler.cc +++ b/source/base/table_handler.cc @@ -21,6 +21,7 @@ #include #include #include +#include DEAL_II_NAMESPACE_OPEN