Fix NaCl compilation

nethelpers.cc was using LOG() but didn't include logging.h

R=wu@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/6829005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5360 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
sergeyu@chromium.org
2014-01-09 21:26:50 +00:00
parent e7ce437333
commit 4625df3e3e

View File

@@ -34,6 +34,7 @@
#endif
#include "talk/base/byteorder.h"
#include "talk/base/logging.h"
#include "talk/base/signalthread.h"
namespace talk_base {