diff --git a/src/mem/cache/prefetch/associative_set_impl.hh b/src/mem/cache/prefetch/associative_set_impl.hh index 5e6e7c5856..cc547e2dcd 100644 --- a/src/mem/cache/prefetch/associative_set_impl.hh +++ b/src/mem/cache/prefetch/associative_set_impl.hh @@ -31,6 +31,7 @@ #ifndef __CACHE_PREFETCH_ASSOCIATIVE_SET_IMPL_HH__ #define __CACHE_PREFETCH_ASSOCIATIVE_SET_IMPL_HH__ +#include "base/intmath.hh" #include "mem/cache/prefetch/associative_set.hh" template