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:
Serge Pavlov 2018-05-29 06:03:53 +00:00
parent 0e31285fe8
commit edc8d889b9
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include <cstdlib>
namespace llvm {