Skip to content

Commit

Permalink
windows: add missing include for msvc_string_view.
Browse files Browse the repository at this point in the history
error: missing '#include <__msvc_string_view.hpp>'; 'basic_string_view' must be declared before it is used

Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Nov 5, 2024
1 parent 0be9663 commit c9dae8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/icuuc/unicode/char16ptr.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#if defined(_WIN32)
# include <type_traits>
# include <__msvc_string_view.hpp>
#endif // defined(_WIN32)

/**
Expand Down

0 comments on commit c9dae8d

Please sign in to comment.