[llvm-commits] CVS: llvm/include/Support/Annotation.h

Chris Lattner lattner at cs.uiuc.edu
Fri Jul 25 11:48:02 PDT 2003


Changes in directory llvm/include/Support:

Annotation.h updated: 1.9 -> 1.10

---
Log message:

Add assert.h include


---
Diffs of the changes:

Index: llvm/include/Support/Annotation.h
diff -u llvm/include/Support/Annotation.h:1.9 llvm/include/Support/Annotation.h:1.10
--- llvm/include/Support/Annotation.h:1.9	Mon Jun 30 16:58:23 2003
+++ llvm/include/Support/Annotation.h	Fri Jul 25 11:47:07 2003
@@ -16,6 +16,7 @@
 #define SUPPORT_ANNOTATION_H
 
 #include <string>
+#include <assert.h>
 
 class AnnotationID;
 class Annotation;





More information about the llvm-commits mailing list