From: Wolfgang Bangerth Date: Mon, 10 Feb 2025 15:49:56 +0000 (-0700) Subject: Add necessary header includes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18110%2Fhead;p=dealii.git Add necessary header includes. --- diff --git a/include/deal.II/boost_adaptors/point.h b/include/deal.II/boost_adaptors/point.h index fc14e3fe50..bdbe5428d8 100644 --- a/include/deal.II/boost_adaptors/point.h +++ b/include/deal.II/boost_adaptors/point.h @@ -19,6 +19,16 @@ #include +DEAL_II_DISABLE_EXTRA_DIAGNOSTICS +#include +#include +#include +#include +#include +#include +DEAL_II_ENABLE_EXTRA_DIAGNOSTICS + + namespace boost { namespace geometry