Skip to content

Commit b72ff09

Browse files
committed
Revert removal of <movable_box.h> to fix lldb test failure
1 parent a76bf4d commit b72ff09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__algorithm/for_each.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <__algorithm/for_each_segment.h>
1414
#include <__config>
1515
#include <__iterator/segmented_iterator.h>
16+
#include <__ranges/movable_box.h> // Re-included as a temporary fix for lldb test failure (https://github.com/llvm/llvm-project/issues/137046)
1617
#include <__type_traits/enable_if.h>
1718

1819
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)

0 commit comments

Comments
 (0)