ICU-23004 include <string> for is_same

This commit is contained in:
Markus Scherer 2025-03-14 20:23:35 -07:00
parent f40c979810
commit 0b8c69ae33

View file

@ -16,6 +16,7 @@
#if U_SHOW_CPLUSPLUS_API || U_SHOW_CPLUSPLUS_HEADER_API || !defined(UTYPES_H)
#include <iterator>
#include <string>
#include <string_view>
#include <type_traits>
#ifdef UTYPES_H