summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-25 16:47:07 +0000
committerChris Lattner <sabre@nondot.org>2003-07-25 16:47:07 +0000
commitab63bd15f5e2c822197e9b9d91bec1c46fbec884 (patch)
treef874cc68aed22ab0d7201d910aeb5065cd388c44 /include
parent9c37f9c7f2c6b688d9f8acaa7065d2908e1bae6e (diff)
downloadllvm-ab63bd15f5e2c822197e9b9d91bec1c46fbec884.tar.gz
llvm-ab63bd15f5e2c822197e9b9d91bec1c46fbec884.tar.bz2
llvm-ab63bd15f5e2c822197e9b9d91bec1c46fbec884.tar.xz
Add assert.h include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7305 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/Support/Annotation.h1
-rw-r--r--include/llvm/Support/Annotation.h1
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;