diff options
author | dspringer@google.com <dspringer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 20:17:41 +0000 |
---|---|---|
committer | dspringer@google.com <dspringer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 20:17:41 +0000 |
commit | cb8fcc20e76ec31ee6da0e740945b534c0d9273e (patch) | |
tree | f31cb32b3c935900ec2b00ce522d4499dc01ca5b /gpu/command_buffer/client | |
parent | e8c729aac97f4059a8bf7c2e880aceb9eb683e12 (diff) | |
download | chromium_src-cb8fcc20e76ec31ee6da0e740945b534c0d9273e.zip chromium_src-cb8fcc20e76ec31ee6da0e740945b534c0d9273e.tar.gz chromium_src-cb8fcc20e76ec31ee6da0e740945b534c0d9273e.tar.bz2 |
Minor tweaks to get the NaCl tool-chain to build with the latest GPU stuff.
BUG=none
TEST=none (Build the NaCl tool chain).
Review URL: http://codereview.chromium.org/741001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41069 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer/client')
-rw-r--r-- | gpu/command_buffer/client/fenced_allocator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer/client/fenced_allocator.h b/gpu/command_buffer/client/fenced_allocator.h index 8f69743..59919f3 100644 --- a/gpu/command_buffer/client/fenced_allocator.h +++ b/gpu/command_buffer/client/fenced_allocator.h @@ -9,6 +9,7 @@ #include <vector> #include "../common/logging.h" +#include "../common/types.h" namespace gpu { class CommandBufferHelper; |