Add missing #include for asserts.

llvm-svn: 56718
This commit is contained in:
Bill Wendling 2008-09-27 00:08:24 +00:00
parent 9eb525d4f9
commit ba3d0b7c00
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#ifndef LLVM_ATTRIBUTES_H
#define LLVM_ATTRIBUTES_H
#include <cassert>
#include <string>
namespace llvm {