mem-cache: Fix RRPV for RRIP
[gem5.git] / src / mem / cache / replacement_policies / tree_plru_rp.cc
index f5e07b2c3602d61d122c6fe2a245a245751476a2..59319a256a6e52dac11bed735806635b9b158c97 100644 (file)
 
 #include "mem/cache/replacement_policies/tree_plru_rp.hh"
 
-#include <memory>
+#include <cmath>
 
 #include "base/intmath.hh"
+#include "base/logging.hh"
 #include "params/TreePLRURP.hh"
 
 /**