diff options
-rw-r--r-- | include/llvm/Target/TargetAsmInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h index a1bb6aaa1a..373e556f96 100644 --- a/include/llvm/Target/TargetAsmInfo.h +++ b/include/llvm/Target/TargetAsmInfo.h @@ -17,6 +17,7 @@ #define LLVM_TARGET_ASM_INFO_H #include "llvm/Support/DataTypes.h" +#include <cassert> #include <string> namespace llvm { |