diff options
author | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-05 16:32:11 +0000 |
---|---|---|
committer | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-05 16:32:11 +0000 |
commit | 1456dad368c8998eaee08a30965c41ae55a32274 (patch) | |
tree | b383fa76fa8eb669324b6e9eecae2e4a573a4f99 /net/spdy | |
parent | 3d9a7f25400663330e71f022ef924a4f3ce5e710 (diff) | |
download | chromium_src-1456dad368c8998eaee08a30965c41ae55a32274.zip chromium_src-1456dad368c8998eaee08a30965c41ae55a32274.tar.gz chromium_src-1456dad368c8998eaee08a30965c41ae55a32274.tar.bz2 |
Missed include of <utility> for new use of std::pair.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1540016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43619 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy')
-rw-r--r-- | net/spdy/spdy_framer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h index c050ac73..ab454cd 100644 --- a/net/spdy/spdy_framer.h +++ b/net/spdy/spdy_framer.h @@ -13,6 +13,7 @@ #include <list> #include <map> #include <string> +#include <utility> #include "base/basictypes.h" #include "base/logging.h" |