diff --git a/api/stats/rtc_stats.h b/api/stats/rtc_stats.h index 5f5bb41658..d45902e0a5 100644 --- a/api/stats/rtc_stats.h +++ b/api/stats/rtc_stats.h @@ -359,13 +359,13 @@ class RTCStatsMember : public RTCStatsMemberInterface { template <> \ RTC_EXPORT RTCStatsMemberInterface::Type RTCStatsMember::StaticType(); \ template <> \ - bool RTCStatsMember::is_sequence() const; \ + RTC_EXPORT bool RTCStatsMember::is_sequence() const; \ template <> \ - bool RTCStatsMember::is_string() const; \ + RTC_EXPORT bool RTCStatsMember::is_string() const; \ template <> \ - std::string RTCStatsMember::ValueToString() const; \ + RTC_EXPORT std::string RTCStatsMember::ValueToString() const; \ template <> \ - std::string RTCStatsMember::ValueToJson() const; \ + RTC_EXPORT std::string RTCStatsMember::ValueToJson() const; \ extern template class RTC_EXPORT_TEMPLATE_DECLARE(RTC_EXPORT) \ RTCStatsMember