1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

add <cstdlib> header for abort() on linux builders.

llvm-svn: 100290
This commit is contained in:
Chris Lattner 2010-04-03 21:48:59 +00:00
parent 4e8e791414
commit cf35bb049a

View File

@ -10,6 +10,7 @@
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/Support/raw_ostream.h"
#include <cstdlib>
using namespace llvm;
MCStreamer::MCStreamer(MCContext &_Context) : Context(_Context), CurSection(0) {