From: Chris Lattner Date: Fri, 25 Jul 2003 16:47:07 +0000 (+0000) Subject: Add assert.h include X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ab63bd15f5e2c822197e9b9d91bec1c46fbec884;p=oota-llvm.git Add assert.h include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7305 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;