diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-07 01:39:13 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-07 01:39:13 +0000 |
commit | d82453cb3530e26d2a8a4054d5d37c94bee3e476 (patch) | |
tree | 64963c3cbd39d54f42913aa2fb397de568bfc43d /crypto/rsa_private_key_unittest.cc | |
parent | 6f327f8286b352c1457abf765c76c3d75e23c7d0 (diff) | |
download | chromium_src-d82453cb3530e26d2a8a4054d5d37c94bee3e476.zip chromium_src-d82453cb3530e26d2a8a4054d5d37c94bee3e476.tar.gz chromium_src-d82453cb3530e26d2a8a4054d5d37c94bee3e476.tar.bz2 |
include <iterator>, fixes build for non-pch on vs2010
in_process_importer_bridge uses std::back_inserter, but doesn't #include
<iterator>. This happens to work on VS 2008 because other standard headers
include <iterator>, and it works on 2010 with PCH because the PCH includes the
std headers. However, on 2010 and without PCH it's a compile error.
R=mirandac@chromium.org
Review URL: http://codereview.chromium.org/10005053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131227 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'crypto/rsa_private_key_unittest.cc')
0 files changed, 0 insertions, 0 deletions