summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/webrtc/system_wrappers/interface/scoped_refptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/system_wrappers/interface/scoped_refptr.h')
-rw-r--r--chromium/third_party/webrtc/system_wrappers/interface/scoped_refptr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/webrtc/system_wrappers/interface/scoped_refptr.h b/chromium/third_party/webrtc/system_wrappers/interface/scoped_refptr.h
index a8a0074a2db..b344d211b1b 100644
--- a/chromium/third_party/webrtc/system_wrappers/interface/scoped_refptr.h
+++ b/chromium/third_party/webrtc/system_wrappers/interface/scoped_refptr.h
@@ -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.