diff --git a/webrtc/rtc_base/logging.cc b/webrtc/rtc_base/logging.cc index 61a3c66..825c686 100644 --- a/webrtc/rtc_base/logging.cc +++ b/webrtc/rtc_base/logging.cc @@ -15,6 +15,7 @@ #if RTC_LOG_ENABLED() #if defined(WEBRTC_WIN) +#include #include #if _MSC_VER < 1900 #define snprintf _snprintf