Yet another merge with the main repository.
[gem5.git] / src / cpu / inorder / resources / inst_buffer.cc
index e0405879b7402259cc8e4a1530562456ca0f0b19..d64eb79f19f397580cbcc8e1ee5c4fd1b09ed671 100644 (file)
@@ -37,6 +37,8 @@
 #include "cpu/inorder/resources/inst_buffer.hh"
 #include "cpu/inorder/cpu.hh"
 #include "cpu/inorder/pipeline_traits.hh"
+#include "debug/InOrderInstBuffer.hh"
+#include "debug/Resource.hh"
 
 using namespace std;
 using namespace TheISA;