From: Gabe Black Date: Mon, 5 Mar 2007 14:53:51 +0000 (+0000) Subject: Added in a missing include. X-Git-Tag: m5_2.0_beta3~155 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2d356a6b2cea96fa2bde279dfe3fb96ab144167;p=gem5.git Added in a missing include. --HG-- extra : convert_revision : 712480fef36bf7a34c2c0b8d19dd82689eb78a1d --- 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 + namespace X86ISA { //XXX This won't work