diff --git a/include/fmt/format.h b/include/fmt/format.h index 3d9e4d535950..e53aa350df3e 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -46,6 +46,7 @@ #include // std::numeric_limits #include // std::uninitialized_copy #include // std::runtime_error +#include // std::basic_string #include // std::system_error #ifdef __cpp_lib_bit_cast @@ -278,6 +279,11 @@ template struct iterator_traits> { } // namespace std FMT_BEGIN_NAMESPACE + +template +struct is_contiguous> + : std::true_type {}; + namespace detail { FMT_CONSTEXPR inline void abort_fuzzing_if(bool condition) {