From: Duncan Sands Date: Mon, 12 Nov 2007 13:43:23 +0000 (+0000) Subject: Compile fix. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e923e21364724f821f35abcc27912ae38665f090;p=oota-llvm.git Compile fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44013 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineJumpTableInfo.h b/include/llvm/CodeGen/MachineJumpTableInfo.h index d440268e565..c476cfcdcd4 100644 --- a/include/llvm/CodeGen/MachineJumpTableInfo.h +++ b/include/llvm/CodeGen/MachineJumpTableInfo.h @@ -22,6 +22,7 @@ #include #include +#include namespace llvm {