From e923e21364724f821f35abcc27912ae38665f090 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 12 Nov 2007 13:43:23 +0000 Subject: [PATCH] Compile fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44013 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineJumpTableInfo.h | 1 + 1 file changed, 1 insertion(+) 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 {