diff options
-rw-r--r-- | src/mem/cache/prefetch/associative_set_impl.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/cache/prefetch/associative_set_impl.hh b/src/mem/cache/prefetch/associative_set_impl.hh index 5e6e7c585..cc547e2dc 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<class Entry> |