diff options
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; |