From b73731ca810ad6a4ab80f6d5f07b6dbc58d510ff Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 23 Oct 2006 15:45:07 +0000 Subject: [PATCH] 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 --- deal.II/base/include/base/numbers.h | 3 +++ 1 file changed, 3 insertions(+) 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 /** -- 2.39.5