Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / system_wrappers / interface / scoped_refptr.h
index a8a0074..b344d21 100644 (file)
@@ -11,6 +11,8 @@
 #ifndef SYSTEM_WRAPPERS_INTERFACE_SCOPED_REFPTR_H_
 #define SYSTEM_WRAPPERS_INTERFACE_SCOPED_REFPTR_H_
 
+#include <stddef.h>
+
 namespace webrtc {
 
 // Extracted from Chromium's src/base/memory/ref_counted.h.