Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / libjingle / source / talk / base / scoped_ref_ptr.h
index 3ce72cb..ae1ab0f 100644 (file)
@@ -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>