summaryrefslogtreecommitdiffstats
path: root/base/allocator
diff options
context:
space:
mode:
authorhans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 12:48:54 +0000
committerhans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 12:48:54 +0000
commit1514e15ea2b6dc9733a0d08c04eed5aa59cf3347 (patch)
tree21315e53cc9634d23c1a3c2a687a765ad305859a /base/allocator
parent6b26b5fb623c00344c55c79951b2dc6bd27df590 (diff)
downloadchromium_src-1514e15ea2b6dc9733a0d08c04eed5aa59cf3347.zip
chromium_src-1514e15ea2b6dc9733a0d08c04eed5aa59cf3347.tar.gz
chromium_src-1514e15ea2b6dc9733a0d08c04eed5aa59cf3347.tar.bz2
Include stddef.h for the definition of size_t.
These errors were caught by Clang. BUG=82385 Review URL: https://chromiumcodereview.appspot.com/16196003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203136 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/allocator')
-rw-r--r--base/allocator/allocator_shim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/allocator/allocator_shim.h b/base/allocator/allocator_shim.h
index e10fa8d..ca70ab0 100644
--- a/base/allocator/allocator_shim.h
+++ b/base/allocator/allocator_shim.h
@@ -5,6 +5,8 @@
#ifndef BASE_ALLOCATOR_ALLOCATOR_SHIM_H_
#define BASE_ALLOCATOR_ALLOCATOR_SHIM_H_
+#include <stddef.h>
+
namespace base {
namespace allocator {