Included assert.h so that the code compiles under newer versions of GCC.
[oota-llvm.git] / include / llvm / Support / Annotation.h
index d9c02db83202f9d580301d171c9f9e46acd64661..8dbad760d7a2b232ad45e6dc8d6702a3a4039b41 100644 (file)
@@ -16,6 +16,7 @@
 #define SUPPORT_ANNOTATION_H
 
 #include <string>
+#include <assert.h>
 class AnnotationID;
 class Annotation;
 class Annotable;