Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1177)

Unified Diff: third_party/libjingle/files/talk/base/asynctcpsocket.cc

Issue 341067: libjingle: add missing include in asynctcpsocket.cc (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/files/talk/base/asynctcpsocket.cc
diff --git a/third_party/libjingle/files/talk/base/asynctcpsocket.cc b/third_party/libjingle/files/talk/base/asynctcpsocket.cc
index 84d14011c450e2d011a16bcb28bee587538c77a3..19f507a80c9f0f131a05cfc3c65e2742f8ddbd6b 100644
--- a/third_party/libjingle/files/talk/base/asynctcpsocket.cc
+++ b/third_party/libjingle/files/talk/base/asynctcpsocket.cc
@@ -29,6 +29,8 @@
#pragma warning(disable:4786)
#endif
+#include <cstring>
+
#include "talk/base/asynctcpsocket.h"
#include "talk/base/byteorder.h"
#include "talk/base/common.h"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698