summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/indexing_policies/set_associative.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/tags/indexing_policies/set_associative.cc')
-rw-r--r--src/mem/cache/tags/indexing_policies/set_associative.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/cache/tags/indexing_policies/set_associative.cc b/src/mem/cache/tags/indexing_policies/set_associative.cc
index d5fe8ffd0..6bafab40c 100644
--- a/src/mem/cache/tags/indexing_policies/set_associative.cc
+++ b/src/mem/cache/tags/indexing_policies/set_associative.cc
@@ -49,7 +49,7 @@
#include "mem/cache/tags/indexing_policies/set_associative.hh"
-#include "mem/cache/replacement_policies/base.hh"
+#include "mem/cache/replacement_policies/replaceable_entry.hh"
SetAssociative::SetAssociative(const Params *p)
: BaseIndexingPolicy(p)