Skip to content

Commit c341d50

Browse files
committed
[libc++] Add missing include in exception_ptr.h
Windows builds were failing due to missing include for std::addressof after D145095. Differential revision: https://reviews.llvm.org/D145919
1 parent 3951c28 commit c341d50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__exception/exception_ptr.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include <__config>
1313
#include <__exception/operations.h>
14+
#include <__memory/addressof.h>
1415
#include <cstddef>
1516
#include <cstdlib>
1617

0 commit comments

Comments
 (0)