diff options
author | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-12 20:08:14 +0000 |
---|---|---|
committer | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-12 20:08:14 +0000 |
commit | f760afdeb4ce5e734c605719be2e66de048c5555 (patch) | |
tree | 02b2611c4f0989888226913247a7435ef2ec5ec0 /chrome/common | |
parent | 82404cd25e38e79bca2fc5544dfe656d8c6bdd4e (diff) | |
download | chromium_src-f760afdeb4ce5e734c605719be2e66de048c5555.zip chromium_src-f760afdeb4ce5e734c605719be2e66de048c5555.tar.gz chromium_src-f760afdeb4ce5e734c605719be2e66de048c5555.tar.bz2 |
Make sure std::inserter is imported.
BUG=none
TEST=win compile
Review URL: http://codereview.chromium.org/7343015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92223 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/url_pattern_set.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/url_pattern_set.cc b/chrome/common/extensions/url_pattern_set.cc index fa7e231..3c8f52c 100644 --- a/chrome/common/extensions/url_pattern_set.cc +++ b/chrome/common/extensions/url_pattern_set.cc @@ -5,6 +5,7 @@ #include "chrome/common/extensions/url_pattern_set.h" #include <algorithm> +#include <iterator> #include "chrome/common/extensions/url_pattern.h" #include "googleurl/src/gurl.h" |