From 6eec2a47ebe201e40564ee1bd60d859f8b1da84f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 10 Feb 2025 08:49:56 -0700 Subject: [PATCH] Add necessary header includes. --- include/deal.II/boost_adaptors/point.h | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.39.5