OSDN Git Service

Add missing #include for asserts.
authorBill Wendling <isanbard@gmail.com>
Sat, 27 Sep 2008 00:08:24 +0000 (00:08 +0000)
committerBill Wendling <isanbard@gmail.com>
Sat, 27 Sep 2008 00:08:24 +0000 (00:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56718 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Attributes.h

index bc76280..1e54ddf 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef LLVM_ATTRIBUTES_H
 #define LLVM_ATTRIBUTES_H
 
+#include <cassert>
 #include <string>
 
 namespace llvm {