summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/rename_map.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/beta_cpu/rename_map.cc')
-rw-r--r--cpu/beta_cpu/rename_map.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpu/beta_cpu/rename_map.cc b/cpu/beta_cpu/rename_map.cc
index 1301202f2..45b8084de 100644
--- a/cpu/beta_cpu/rename_map.cc
+++ b/cpu/beta_cpu/rename_map.cc
@@ -1,6 +1,10 @@
+#include <vector>
+
#include "cpu/beta_cpu/rename_map.hh"
+using namespace std;
+
// Todo: Consider making functions inline. Avoid having things that are
// using the zero register or misc registers from adding on the registers
// to the free list. Possibly remove the direct communication between