aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-11-12 13:43:23 +0000
committerDuncan Sands <baldrick@free.fr>2007-11-12 13:43:23 +0000
commite923e21364724f821f35abcc27912ae38665f090 (patch)
tree293eb61da054597666ff8ddf0bc4e777ca1c9b85 /include/llvm/CodeGen
parent20ab29068d8a8ec31f26f022634f1e0bc4b1da56 (diff)
downloadexternal_llvm-e923e21364724f821f35abcc27912ae38665f090.zip
external_llvm-e923e21364724f821f35abcc27912ae38665f090.tar.gz
external_llvm-e923e21364724f821f35abcc27912ae38665f090.tar.bz2
Compile fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44013 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/MachineJumpTableInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineJumpTableInfo.h b/include/llvm/CodeGen/MachineJumpTableInfo.h
index d440268..c476cfc 100644
--- a/include/llvm/CodeGen/MachineJumpTableInfo.h
+++ b/include/llvm/CodeGen/MachineJumpTableInfo.h
@@ -22,6 +22,7 @@
#include <vector>
#include <iosfwd>
+#include <cassert>
namespace llvm {