Skip to content

Commit 2fa89f1

Browse files
googlewaltaadeshps-mcw
authored andcommitted
Fix path to aligned_alloc.h in #include statement (llvm#169418)
This fixes llvm#166172.
1 parent ed00588 commit 2fa89f1

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)