summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 22:56:40 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 22:56:40 +0000
commit3a43e1042f8da7951446b4a8d12c91664e3f0d86 (patch)
treed40866f1a22ea3da20a1d6dabea8447cecdd3092 /chrome/plugin
parentbfad634938308dba17d12dded2f69a58e37dc8be (diff)
downloadchromium_src-3a43e1042f8da7951446b4a8d12c91664e3f0d86.zip
chromium_src-3a43e1042f8da7951446b4a8d12c91664e3f0d86.tar.gz
chromium_src-3a43e1042f8da7951446b4a8d12c91664e3f0d86.tar.bz2
Untested fix for build failures.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin')
-rw-r--r--chrome/plugin/npobject_stub.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/plugin/npobject_stub.h b/chrome/plugin/npobject_stub.h
index 049afb5..653a400 100644
--- a/chrome/plugin/npobject_stub.h
+++ b/chrome/plugin/npobject_stub.h
@@ -8,6 +8,8 @@
#ifndef CHROME_PLUGIN_NPOBJECT_STUB_H_
#define CHROME_PLUGIN_NPOBJECT_STUB_H_
+#include <vector>
+
#include "base/ref_counted.h"
#include "chrome/common/ipc_channel.h"