diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-03-05 14:53:51 +0000 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-03-05 14:53:51 +0000 |
commit | b2d356a6b2cea96fa2bde279dfe3fb96ab144167 (patch) | |
tree | 292ae65a3a23cdd25dc6e8486fea3c69d2cce72e | |
parent | 7ed7d6e80d0e30e766fbdf3b02f8e177b5a3922f (diff) | |
download | gem5-b2d356a6b2cea96fa2bde279dfe3fb96ab144167.tar.xz |
Added in a missing include.
--HG--
extra : convert_revision : 712480fef36bf7a34c2c0b8d19dd82689eb78a1d
-rw-r--r-- | src/arch/x86/types.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/types.hh b/src/arch/x86/types.hh index 82fe0eb8a..0037d5063 100644 --- a/src/arch/x86/types.hh +++ b/src/arch/x86/types.hh @@ -58,6 +58,8 @@ #ifndef __ARCH_X86_TYPES_HH__ #define __ARCH_X86_TYPES_HH__ +#include <inttypes.h> + namespace X86ISA { //XXX This won't work |