From: Ali Saidi Date: Fri, 1 Oct 2010 22:57:56 +0000 (-0500) Subject: Power: Fix compile error from previous push. X-Git-Tag: stable_2012_02_02~797 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=538acf2082df45da7fcb297e3805eeacdc9cd293;p=gem5.git Power: Fix compile error from previous push. --- diff --git a/src/arch/power/utility.cc b/src/arch/power/utility.cc index ece17f4d1..d48d4870a 100644 --- a/src/arch/power/utility.cc +++ b/src/arch/power/utility.cc @@ -33,6 +33,7 @@ */ #include "arch/power/utility.hh" +#include "base/misc.hh" namespace PowerISA {