summaryrefslogtreecommitdiff
path: root/src/cpu/smt.hh
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2011-04-15 10:44:14 -0700
committerNathan Binkert <nate@binkert.org>2011-04-15 10:44:14 -0700
commitbbb1392c088f8c41e7e438380f5b5358c41c178a (patch)
tree616bde92e651a4e4e556ff2a002083e4037b5780 /src/cpu/smt.hh
parent39a055645f77e0fa7bf49406635dba6bd65e361f (diff)
downloadgem5-bbb1392c088f8c41e7e438380f5b5358c41c178a.tar.xz
includes: fix up code after sorting
Diffstat (limited to 'src/cpu/smt.hh')
-rw-r--r--src/cpu/smt.hh2
1 files changed, 2 insertions, 0 deletions
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