summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/l2cache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgpu-sim/l2cache.cc')
-rw-r--r--src/gpgpu-sim/l2cache.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/l2cache.cc b/src/gpgpu-sim/l2cache.cc
index aef837b..03a6a25 100644
--- a/src/gpgpu-sim/l2cache.cc
+++ b/src/gpgpu-sim/l2cache.cc
@@ -13,6 +13,7 @@
#include "histogram.h"
#include "l2cache.h"
#include "../intersim/statwraper.h"
+#include "../abstract_hardware_model.h"
class L2c_mshr;
class L2c_miss_tracker;