summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client
diff options
context:
space:
mode:
authordspringer@google.com <dspringer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-10 02:08:48 +0000
committerdspringer@google.com <dspringer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-10 02:08:48 +0000
commit7c717cb34b04b93c1b6a898c272cf8726196e103 (patch)
tree5d8dd32f11aad48544fb3cc463541c34e8d25080 /gpu/command_buffer/client
parent48ef0206c9fc748e55bcef953e340f49ed3593d3 (diff)
downloadchromium_src-7c717cb34b04b93c1b6a898c272cf8726196e103.zip
chromium_src-7c717cb34b04b93c1b6a898c272cf8726196e103.tar.gz
chromium_src-7c717cb34b04b93c1b6a898c272cf8726196e103.tar.bz2
Another #include of <string.h> so that the nacl-g++ compiler will build Native
Client on 64-bit platforms. Review URL: http://codereview.chromium.org/777004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41117 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer/client')
-rw-r--r--gpu/command_buffer/client/cmd_buffer_helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/command_buffer/client/cmd_buffer_helper.h b/gpu/command_buffer/client/cmd_buffer_helper.h
index 62d689c..af18226 100644
--- a/gpu/command_buffer/client/cmd_buffer_helper.h
+++ b/gpu/command_buffer/client/cmd_buffer_helper.h
@@ -7,6 +7,8 @@
#ifndef GPU_COMMAND_BUFFER_CLIENT_CMD_BUFFER_HELPER_H_
#define GPU_COMMAND_BUFFER_CLIENT_CMD_BUFFER_HELPER_H_
+#include <string.h>
+
#include "../common/logging.h"
#include "../common/constants.h"
#include "../common/cmd_buffer_common.h"