diff options
author | Duncan Sands <baldrick@free.fr> | 2007-11-12 13:43:23 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-11-12 13:43:23 +0000 |
commit | e923e21364724f821f35abcc27912ae38665f090 (patch) | |
tree | 293eb61da054597666ff8ddf0bc4e777ca1c9b85 /include/llvm/CodeGen/MachineJumpTableInfo.h | |
parent | 20ab29068d8a8ec31f26f022634f1e0bc4b1da56 (diff) |
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/MachineJumpTableInfo.h')
-rw-r--r-- | include/llvm/CodeGen/MachineJumpTableInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineJumpTableInfo.h b/include/llvm/CodeGen/MachineJumpTableInfo.h index d440268e56..c476cfcdcd 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 { |