From 1514e15ea2b6dc9733a0d08c04eed5aa59cf3347 Mon Sep 17 00:00:00 2001
From: "hans@chromium.org"
 <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Thu, 30 May 2013 12:48:54 +0000
Subject: 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
---
 base/allocator/allocator_shim.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'base/allocator')

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 {
 
-- 
cgit v1.1