diff options
Diffstat (limited to 'llvm/include/Support/Annotation.h')
| -rw-r--r-- | llvm/include/Support/Annotation.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/llvm/include/Support/Annotation.h b/llvm/include/Support/Annotation.h index d9c02db8320..8dbad760d7a 100644 --- a/llvm/include/Support/Annotation.h +++ b/llvm/include/Support/Annotation.h @@ -16,6 +16,7 @@  #define SUPPORT_ANNOTATION_H  #include <string> +#include <assert.h>  class AnnotationID;  class Annotation;  class Annotable; | 

