forked from OSchip/llvm-project
Added system header cstdlib to MemAlloc.h
Some buildbots fail because they cannot find `std::malloc` and other allocation functions. llvm-svn: 333391
This commit is contained in:
parent
0e31285fe8
commit
edc8d889b9
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include <cstdlib>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
Loading…
Reference in New Issue