Skip to content

Commit 9bd0eac

Browse files
committed
[libc++][ranges] add missing headers to 'ranges_shift_left.h'
1 parent 02a20d9 commit 9bd0eac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libcxx/include/__algorithm/ranges_shift_left.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
#ifndef _LIBCPP___ALGORITHM_RANGES_SHIFT_LEFT_H
1010
#define _LIBCPP___ALGORITHM_RANGES_SHIFT_LEFT_H
1111

12+
#include <__algorithm/iterator_operations.h>
1213
#include <__algorithm/shift_left.h>
1314
#include <__config>
1415
#include <__iterator/concepts.h>
16+
#include <__iterator/incrementable_traits.h>
1517
#include <__iterator/permutable.h>
18+
#include <__ranges/access.h>
1619
#include <__ranges/concepts.h>
1720
#include <__ranges/subrange.h>
1821
#include <__utility/move.h>

0 commit comments

Comments
 (0)