diff options
author | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-28 15:45:13 +0000 |
---|---|---|
committer | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-28 15:45:13 +0000 |
commit | 189f4be0be7bedd7962c8134fab9021671f61e2a (patch) | |
tree | eb974c7218bde35b4b8a4e94ad5ba74b9374b4cc /chrome/test/chrome_plugin | |
parent | 46072d4992a146537bc4979caa8c2457de229b7a (diff) | |
download | chromium_src-189f4be0be7bedd7962c8134fab9021671f61e2a.zip chromium_src-189f4be0be7bedd7962c8134fab9021671f61e2a.tar.gz chromium_src-189f4be0be7bedd7962c8134fab9021671f61e2a.tar.bz2 |
Fix compile errors due to missing includes.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/chrome_plugin')
-rw-r--r-- | chrome/test/chrome_plugin/test_chrome_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/chrome_plugin/test_chrome_plugin.h b/chrome/test/chrome_plugin/test_chrome_plugin.h index 88a361b..840b9be 100644 --- a/chrome/test/chrome_plugin/test_chrome_plugin.h +++ b/chrome/test/chrome_plugin/test_chrome_plugin.h @@ -31,6 +31,8 @@ #ifndef CHROME_TEST_CHROME_PLUGIN_TEST_CHROME_PLUGIN_H__ #define CHROME_TEST_CHROME_PLUGIN_TEST_CHROME_PLUGIN_H__ +#include <string> + #include "base/basictypes.h" #include "chrome/common/chrome_plugin_api.h" |