diff options
Diffstat (limited to 'base/fast_alloc.hh')
-rw-r--r-- | base/fast_alloc.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/base/fast_alloc.hh b/base/fast_alloc.hh index 9e7fa99d1..54e35f8e0 100644 --- a/base/fast_alloc.hh +++ b/base/fast_alloc.hh @@ -68,7 +68,9 @@ // (by bucket). // #define FAST_ALLOC_STATS -#ifdef NO_FAST_ALLOC +#include "config/no_fast_alloc.hh" + +#if NO_FAST_ALLOC class FastAlloc { }; |