summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/indexing_policies/skewed_associative.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/tags/indexing_policies/skewed_associative.cc')
-rw-r--r--src/mem/cache/tags/indexing_policies/skewed_associative.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/cache/tags/indexing_policies/skewed_associative.cc b/src/mem/cache/tags/indexing_policies/skewed_associative.cc
index d1765e5d6..c3db3f8ba 100644
--- a/src/mem/cache/tags/indexing_policies/skewed_associative.cc
+++ b/src/mem/cache/tags/indexing_policies/skewed_associative.cc
@@ -38,7 +38,7 @@
#include "base/bitfield.hh"
#include "base/intmath.hh"
#include "base/logging.hh"
-#include "mem/cache/replacement_policies/base.hh"
+#include "mem/cache/replacement_policies/replaceable_entry.hh"
SkewedAssociative::SkewedAssociative(const Params *p)
: BaseIndexingPolicy(p), msbShift(floorLog2(numSets) - 1)