Fix path to aligned_alloc.h in #include statement (#169418)

This fixes #166172.
This commit is contained in:
Walter Lee 2025-11-24 23:15:57 +00:00 committed by GitHub
parent 420f62e05c
commit d9cf0db2a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,9 +6,9 @@
//
//===----------------------------------------------------------------------===//
#include "include/aligned_alloc.h"
#include "include/overridable_function.h"
#include <__assert>
#include <__memory/aligned_alloc.h>
#include <cstddef>
#include <cstdlib>
#include <new>