diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-20 23:40:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-20 23:40:54 +0000 |
commit | 4e2239dc5c0b2cf6b9e3b76e76ae70ca09d68fd9 (patch) | |
tree | 9a1fae5b7c0909f9dbade5211c63d606889e1831 /include/llvm/CodeGen/MachineRelocation.h | |
parent | c4ae8e903c6abd7e391e8a16f8e850073342ca4d (diff) |
Add missing #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineRelocation.h')
-rw-r--r-- | include/llvm/CodeGen/MachineRelocation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineRelocation.h b/include/llvm/CodeGen/MachineRelocation.h index 96d6c688a7..8a6ff473d1 100644 --- a/include/llvm/CodeGen/MachineRelocation.h +++ b/include/llvm/CodeGen/MachineRelocation.h @@ -15,6 +15,7 @@ #define LLVM_CODEGEN_MACHINERELOCATION_H #include "llvm/Support/DataTypes.h" +#include <cassert> namespace llvm { class GlobalValue; |