[libc] add missing header to alloc-checker (#173400)
Adding `#include "src/__support/CPP/new.h"` due to align_val_t usage within alloc-checker.h
This commit is contained in:
parent
1cb99036b4
commit
91a9f656fc
@ -11,6 +11,7 @@
|
||||
|
||||
#include "hdr/func/aligned_alloc.h"
|
||||
#include "hdr/func/malloc.h"
|
||||
#include "src/__support/CPP/new.h"
|
||||
#include "src/__support/common.h"
|
||||
#include "src/__support/macros/config.h"
|
||||
#include "src/__support/macros/properties/os.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user