| Index: webrtc/base/httpclient.cc
|
| diff --git a/webrtc/base/httpclient.cc b/webrtc/base/httpclient.cc
|
| index c30b82f3ba6a125c7af689e793e77c5e85c9e051..47081b5bd741f004e0ef3b8bb54e435c2c776087 100644
|
| --- a/webrtc/base/httpclient.cc
|
| +++ b/webrtc/base/httpclient.cc
|
| @@ -13,6 +13,7 @@
|
| #include <memory>
|
| #include "webrtc/base/asyncsocket.h"
|
| #include "webrtc/base/checks.h"
|
| +#include "webrtc/base/common.h" // For stricmp
|
| #include "webrtc/base/diskcache.h"
|
| #include "webrtc/base/httpclient.h"
|
| #include "webrtc/base/httpcommon-inl.h"
|
|
|