1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Add missing #include for asserts.

llvm-svn: 56718
This commit is contained in:
Bill Wendling 2008-09-27 00:08:24 +00:00
parent 47a504c87c
commit 85a19dcb9e

View File

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