diff options
Diffstat (limited to 'src/base/fast_alloc.hh')
-rw-r--r-- | src/base/fast_alloc.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/fast_alloc.hh b/src/base/fast_alloc.hh index c6490174e..aa8fff130 100644 --- a/src/base/fast_alloc.hh +++ b/src/base/fast_alloc.hh @@ -75,7 +75,7 @@ class FastAlloc #else #if FAST_ALLOC_DEBUG -#include "sim/host.hh" // for Tick +#include "base/types.hh" #endif class FastAlloc |