mem-cache: Add an uncompressed pattern to compressors
[gem5.git] / src / mem / cache / replacement_policies / tree_plru_rp.hh
index 1e81061a3deb57260f3812bb62fddfab7584b70d..14a5e8ba15259e66cd2f2e79798ca7808316a33b 100644 (file)
 #ifndef __MEM_CACHE_REPLACEMENT_POLICIES_TREE_PLRU_RP_HH__
 #define __MEM_CACHE_REPLACEMENT_POLICIES_TREE_PLRU_RP_HH__
 
+#include <cstdint>
+#include <memory>
+#include <vector>
+
 #include "mem/cache/replacement_policies/base.hh"
 
 struct TreePLRURPParams;