Skip to content

Commit 7cde586

Browse files
committed
[libc++][ranges] add missing headers to 'shift_left.h'
1 parent 424c31b commit 7cde586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__algorithm/shift_left.h

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

1212
#include <__algorithm/iterator_operations.h>
1313
#include <__algorithm/move.h>
14+
#include <__assert>
1415
#include <__config>
1516
#include <__iterator/iterator_traits.h>
1617
#include <__utility/pair.h>

0 commit comments

Comments
 (0)