(Auto)update libjingle 65752960-> 65813736

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6023 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/talk/base/scoped_ref_ptr.h b/talk/base/scoped_ref_ptr.h
index 3ce72cb..ae1ab0f 100644
--- a/talk/base/scoped_ref_ptr.h
+++ b/talk/base/scoped_ref_ptr.h
@@ -80,6 +80,8 @@
 #ifndef TALK_BASE_SCOPED_REF_PTR_H_
 #define TALK_BASE_SCOPED_REF_PTR_H_
 
+#include <stddef.h>
+
 namespace talk_base {
 
 template <class T>