From: Jean-Paul Pelteret Date: Sun, 29 Apr 2018 09:09:04 +0000 (+0200) Subject: Add a header to numbers.h to satisfy the testsuite X-Git-Tag: v9.0.0-rc1~35^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261587a867ae5484bc9744bb2745b37a20c8a159;p=dealii.git Add a header to numbers.h to satisfy the testsuite --- diff --git a/include/deal.II/base/numbers.h b/include/deal.II/base/numbers.h index d8c4a01cc7..a49941dd69 100644 --- a/include/deal.II/base/numbers.h +++ b/include/deal.II/base/numbers.h @@ -41,7 +41,10 @@ DEAL_II_NAMESPACE_CLOSE // Declare / Import auto-differentiable math functions in(to) standard // namespace before numbers::NumberTraits is defined +#ifdef DEAL_II_WITH_ADOLC +#include // Taped double #include +#endif // Ideally we'd like to #include // but header indirectly references numbers.h. We therefore simply // import the whole Sacado header at this point to get the math