From b2d356a6b2cea96fa2bde279dfe3fb96ab144167 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 5 Mar 2007 14:53:51 +0000 Subject: Added in a missing include. --HG-- extra : convert_revision : 712480fef36bf7a34c2c0b8d19dd82689eb78a1d --- src/arch/x86/types.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/arch') 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 -- cgit v1.2.3