[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:
Kyungtak Woo 2025-12-23 12:43:00 -06:00 committed by GitHub
parent 1cb99036b4
commit 91a9f656fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"