From: bangerth Date: Mon, 23 Oct 2006 15:45:07 +0000 (+0000) Subject: Let numbers.h include config.h, so that one can include it as a first file as well... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b73731ca810ad6a4ab80f6d5f07b6dbc58d510ff;p=dealii-svn.git Let numbers.h include config.h, so that one can include it as a first file as well. This is needed so that the namespace macros work as expected. Note that config.h also includes numbers.h, but include guards make sure that nothing bad happens from this recursion. git-svn-id: https://svn.dealii.org/trunk@14047 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/numbers.h b/deal.II/base/include/base/numbers.h index a06ca477e7..c99eaf797f 100644 --- a/deal.II/base/include/base/numbers.h +++ b/deal.II/base/include/base/numbers.h @@ -13,6 +13,9 @@ #ifndef __deal2__numbers_h #define __deal2__numbers_h + +#include + DEAL_II_NAMESPACE_OPEN /**