From bbb1392c088f8c41e7e438380f5b5358c41c178a Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Fri, 15 Apr 2011 10:44:14 -0700 Subject: includes: fix up code after sorting --- src/cpu/smt.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cpu/smt.hh') diff --git a/src/cpu/smt.hh b/src/cpu/smt.hh index d90a1833a..e0993fc2e 100644 --- a/src/cpu/smt.hh +++ b/src/cpu/smt.hh @@ -36,6 +36,8 @@ #ifndef __SMT_HH__ #define __SMT_HH__ +#include "base/types.hh" + #ifndef SMT_MAX_THREADS /** The number of TPUs in any processor. */ #define SMT_MAX_THREADS 4 -- cgit v1.2.3