summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/rename_table_impl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/ozone/rename_table_impl.hh')
-rw-r--r--src/cpu/ozone/rename_table_impl.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/ozone/rename_table_impl.hh b/src/cpu/ozone/rename_table_impl.hh
index 67bab7337..e8071e2b3 100644
--- a/src/cpu/ozone/rename_table_impl.hh
+++ b/src/cpu/ozone/rename_table_impl.hh
@@ -29,6 +29,8 @@
*/
#include <cstdlib> // Not really sure what to include to get NULL
+
+#include "config/the_isa.hh"
#include "cpu/ozone/rename_table.hh"
template <class Impl>