[Support] #include <new> for std::align_val_t
This is only used when aligned new is enabled.
This commit is contained in:
parent
e5a315f57a
commit
ce5b04cc04
|
@ -7,6 +7,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Support/MemAlloc.h"
|
||||
#include <new>
|
||||
|
||||
// These are out of line to have __cpp_aligned_new not affect ABI.
|
||||
|
||||
|
|
Loading…
Reference in New Issue