Add assert.h include
authorChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2003 16:47:07 +0000 (16:47 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2003 16:47:07 +0000 (16:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7305 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/Annotation.h
include/llvm/Support/Annotation.h

index 9642f03c804d6daf048887f998f316242c93e8b7..d0eca3d4dc4709095cf0596f4ef63ae642b3ffc9 100644 (file)
@@ -16,6 +16,7 @@
 #define SUPPORT_ANNOTATION_H
 
 #include <string>
+#include <assert.h>
 
 class AnnotationID;
 class Annotation;
index 9642f03c804d6daf048887f998f316242c93e8b7..d0eca3d4dc4709095cf0596f4ef63ae642b3ffc9 100644 (file)
@@ -16,6 +16,7 @@
 #define SUPPORT_ANNOTATION_H
 
 #include <string>
+#include <assert.h>
 
 class AnnotationID;
 class Annotation;