diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 22:56:40 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 22:56:40 +0000 |
commit | 3a43e1042f8da7951446b4a8d12c91664e3f0d86 (patch) | |
tree | d40866f1a22ea3da20a1d6dabea8447cecdd3092 /chrome/plugin/npobject_stub.h | |
parent | bfad634938308dba17d12dded2f69a58e37dc8be (diff) | |
download | chromium_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/npobject_stub.h')
-rw-r--r-- | chrome/plugin/npobject_stub.h | 2 |
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" |