summaryrefslogtreecommitdiff
path: root/src/mem/cache/replacement_policies/bip_rp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/replacement_policies/bip_rp.cc')
-rw-r--r--src/mem/cache/replacement_policies/bip_rp.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/cache/replacement_policies/bip_rp.cc b/src/mem/cache/replacement_policies/bip_rp.cc
index 4a3a516f4..93143cacd 100644
--- a/src/mem/cache/replacement_policies/bip_rp.cc
+++ b/src/mem/cache/replacement_policies/bip_rp.cc
@@ -33,6 +33,7 @@
#include <memory>
#include "base/random.hh"
+#include "params/BIPRP.hh"
BIPRP::BIPRP(const Params *p)
: LRURP(p), btp(p->btp)