Skip to content

Commit d9cf0db

Browse files
authored
Fix path to aligned_alloc.h in #include statement (#169418)
This fixes #166172.
1 parent 420f62e commit d9cf0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/src/new.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
#include "include/aligned_alloc.h"
910
#include "include/overridable_function.h"
1011
#include <__assert>
11-
#include <__memory/aligned_alloc.h>
1212
#include <cstddef>
1313
#include <cstdlib>
1414
#include <new>

0 commit comments

Comments
 (0)