diff options
Diffstat (limited to 'third_party/libwebrtc/examples/peerconnection')
-rw-r--r-- | third_party/libwebrtc/examples/peerconnection/client/peer_connection_client.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libwebrtc/examples/peerconnection/client/peer_connection_client.cc b/third_party/libwebrtc/examples/peerconnection/client/peer_connection_client.cc index 48d5bb6545..488d2f04ed 100644 --- a/third_party/libwebrtc/examples/peerconnection/client/peer_connection_client.cc +++ b/third_party/libwebrtc/examples/peerconnection/client/peer_connection_client.cc @@ -16,6 +16,7 @@ #include "rtc_base/checks.h" #include "rtc_base/logging.h" #include "rtc_base/net_helpers.h" +#include "rtc_base/thread.h" namespace { |