diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-29 19:35:18 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-29 19:35:18 +0000 |
commit | 97427a4bca5e74f3d56bd0d8d271200696de97a5 (patch) | |
tree | 90ec1438038a12d1a343524e9ea20b7cf5306fd6 /remoting/host | |
parent | 43e0c3954fc0ab3b0243c910275a741f1c772a29 (diff) | |
download | chromium_src-97427a4bca5e74f3d56bd0d8d271200696de97a5.zip chromium_src-97427a4bca5e74f3d56bd0d8d271200696de97a5.tar.gz chromium_src-97427a4bca5e74f3d56bd0d8d271200696de97a5.tar.bz2 |
Fix VS 2010 build.
Review URL: http://codereview.chromium.org/6731061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/capturer_helper.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/capturer_helper.cc b/remoting/host/capturer_helper.cc index 00b0d538..c066d61 100644 --- a/remoting/host/capturer_helper.cc +++ b/remoting/host/capturer_helper.cc @@ -5,6 +5,7 @@ #include "remoting/host/capturer_helper.h" #include <algorithm> +#include <iterator> namespace remoting { |