[Support] #include <new> for std::align_val_t

This is only used when aligned new is enabled.
This commit is contained in:
Benjamin Kramer 2022-01-25 19:36:52 +01:00
parent e5a315f57a
commit ce5b04cc04
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/MemAlloc.h"
#include <new>
// These are out of line to have __cpp_aligned_new not affect ABI.