forked from OSchip/llvm-project
add <cstdlib> header for abort() on linux builders.
llvm-svn: 100290
This commit is contained in:
parent
8a87fb7633
commit
6ec72d2e8f
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue