From ab63bd15f5e2c822197e9b9d91bec1c46fbec884 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Jul 2003 16:47:07 +0000 Subject: [PATCH] Add assert.h include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7305 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/Annotation.h | 1 + include/llvm/Support/Annotation.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/Support/Annotation.h b/include/Support/Annotation.h index 9642f03c804..d0eca3d4dc4 100644 --- a/include/Support/Annotation.h +++ b/include/Support/Annotation.h @@ -16,6 +16,7 @@ #define SUPPORT_ANNOTATION_H #include +#include class AnnotationID; class Annotation; diff --git a/include/llvm/Support/Annotation.h b/include/llvm/Support/Annotation.h index 9642f03c804..d0eca3d4dc4 100644 --- a/include/llvm/Support/Annotation.h +++ b/include/llvm/Support/Annotation.h @@ -16,6 +16,7 @@ #define SUPPORT_ANNOTATION_H #include +#include class AnnotationID; class Annotation; -- 2.34.1