From e572c01120fce6502d31f17a91f4bb83c6f9c3fe Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Sun, 19 Jun 2011 21:43:41 -0400 Subject: inorder: add necessary debug flag header files --- src/cpu/inorder/resources/branch_predictor.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/inorder/resources/branch_predictor.cc') diff --git a/src/cpu/inorder/resources/branch_predictor.cc b/src/cpu/inorder/resources/branch_predictor.cc index 0dab5a70f..65b95ff31 100644 --- a/src/cpu/inorder/resources/branch_predictor.cc +++ b/src/cpu/inorder/resources/branch_predictor.cc @@ -33,6 +33,7 @@ #include "cpu/inorder/resources/branch_predictor.hh" #include "debug/InOrderBPred.hh" #include "debug/InOrderStage.hh" +#include "debug/Resource.hh" using namespace std; using namespace TheISA; -- cgit v1.2.3