summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-03-05 14:48:18 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-03-05 14:48:18 +0000
commitecc1066f43fe0a955682e66dbbad454e803d1b67 (patch)
tree49c23e25a0620988b07c6fd63938e1004c37c297 /src/arch
parentec8b49cc5f9c3d6ecc824d174792e0363c6206f1 (diff)
downloadgem5-ecc1066f43fe0a955682e66dbbad454e803d1b67.tar.xz
Added a missing include.
--HG-- extra : convert_revision : 15a1b49ff9e0a1a15bd2500bec9ec9bc95ee5898
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/floatregfile.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/floatregfile.hh b/src/arch/x86/floatregfile.hh
index 7b1f34cd4..67ce7c18e 100644
--- a/src/arch/x86/floatregfile.hh
+++ b/src/arch/x86/floatregfile.hh
@@ -91,6 +91,7 @@
#include <string>
#include "arch/x86/faults.hh"
+#include "arch/x86/types.hh"
#include "arch/x86/x86_traits.hh"
class Checkpoint;