Skip to content

Commit cb40bf3

Browse files
committed
ICU-23004 utfiterator.h include <range>
1 parent 197be68 commit cb40bf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

icu4c/source/common/unicode/utfiterator.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
#if U_SHOW_CPLUSPLUS_API || U_SHOW_CPLUSPLUS_HEADER_API || !defined(UTYPES_H)
1313

1414
#include <iterator>
15+
#if defined(__cpp_lib_ranges)
16+
#include <ranges>
17+
#endif
1518
#include <string>
1619
#include <string_view>
1720
#include <type_traits>

0 commit comments

Comments
 (0)