diff options
author | Chris Lattner <sabre@nondot.org> | 2003-07-25 16:47:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-07-25 16:47:07 +0000 |
commit | ab63bd15f5e2c822197e9b9d91bec1c46fbec884 (patch) | |
tree | f874cc68aed22ab0d7201d910aeb5065cd388c44 | |
parent | 9c37f9c7f2c6b688d9f8acaa7065d2908e1bae6e (diff) |
Add assert.h include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7305 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/Support/Annotation.h | 1 | ||||
-rw-r--r-- | include/llvm/Support/Annotation.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/Support/Annotation.h b/include/Support/Annotation.h index 9642f03c80..d0eca3d4dc 100644 --- a/include/Support/Annotation.h +++ b/include/Support/Annotation.h @@ -16,6 +16,7 @@ #define SUPPORT_ANNOTATION_H #include <string> +#include <assert.h> class AnnotationID; class Annotation; diff --git a/include/llvm/Support/Annotation.h b/include/llvm/Support/Annotation.h index 9642f03c80..d0eca3d4dc 100644 --- a/include/llvm/Support/Annotation.h +++ b/include/llvm/Support/Annotation.h @@ -16,6 +16,7 @@ #define SUPPORT_ANNOTATION_H #include <string> +#include <assert.h> class AnnotationID; class Annotation; |