summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common/types.h
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-07 00:17:39 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-07 00:17:39 +0000
commitc834ba5e91809674e4f3c097d59664eb26f36122 (patch)
tree96a94978e9b35a31a96a79ce5c7e4770e916f4ae /gpu/command_buffer/common/types.h
parentf45fe0a4664fd27f38e9e78f0102f6c26241afe2 (diff)
downloadchromium_src-c834ba5e91809674e4f3c097d59664eb26f36122.zip
chromium_src-c834ba5e91809674e4f3c097d59664eb26f36122.tar.gz
chromium_src-c834ba5e91809674e4f3c097d59664eb26f36122.tar.bz2
IWYU: Add missing header. Under GCC 4.6, this is a hard error now.
BUG=80071 TEST=none Review URL: http://codereview.chromium.org/7112027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88064 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer/common/types.h')
-rw-r--r--gpu/command_buffer/common/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpu/command_buffer/common/types.h b/gpu/command_buffer/common/types.h
index 103de0f..74e5103 100644
--- a/gpu/command_buffer/common/types.h
+++ b/gpu/command_buffer/common/types.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -10,6 +10,7 @@
#if !defined(_MSC_VER)
#include <stdint.h>
#endif
+#include <cstddef>
#include <string>
typedef signed char schar;