summaryrefslogtreecommitdiff
path: root/src/cpu/o3/free_list.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/free_list.cc')
-rw-r--r--src/cpu/o3/free_list.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/o3/free_list.cc b/src/cpu/o3/free_list.cc
index 0c8a16d0d..a9544587e 100644
--- a/src/cpu/o3/free_list.cc
+++ b/src/cpu/o3/free_list.cc
@@ -29,7 +29,9 @@
* Authors: Kevin Lim
*/
+#include "arch/registers.hh"
#include "base/trace.hh"
+#include "config/the_isa.hh"
#include "cpu/o3/free_list.hh"
#include "debug/FreeList.hh"