diff options
-rw-r--r-- | include/llvm/Attributes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h index bc7628011f..1e54ddfc87 100644 --- a/include/llvm/Attributes.h +++ b/include/llvm/Attributes.h @@ -15,6 +15,7 @@ #ifndef LLVM_ATTRIBUTES_H #define LLVM_ATTRIBUTES_H +#include <cassert> #include <string> namespace llvm { |