From: Wolfgang Bangerth Date: Fri, 2 May 2025 04:09:33 +0000 (-0600) Subject: Add necessary header include. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18409%2Fhead;p=dealii.git Add necessary header include. --- diff --git a/include/deal.II/differentiation/ad/adolc_math.h b/include/deal.II/differentiation/ad/adolc_math.h index a4127a0ad7..1d6ecc05b3 100644 --- a/include/deal.II/differentiation/ad/adolc_math.h +++ b/include/deal.II/differentiation/ad/adolc_math.h @@ -24,6 +24,8 @@ # include # include // Taped double math functions +# include + # ifndef DOXYGEN