From 3f37f7f1459e7b5a452c0e433493e0a6e9649ca7 Mon Sep 17 00:00:00 2001 From: davidben Date: Wed, 20 Jan 2016 17:08:38 -0800 Subject: Allow std::unordered_*. base::hash_* is, as a transition step, implemented in terms of std::unordered_*. Later commits will convert existing uses. Also fix a host of IWYU problems that arose from this CL. (NOPRESUBMIT because the wstring presubmit check is overzealous and complains about the reference to wstring in the comment.) NOPRESUBMIT=true BUG=576864 TBR=derat@chromium.org,blundell@chromium.org,jbauman@chromium.org,dalecurtis@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1502373009 Cr-Commit-Position: refs/heads/master@{#370553} --- cc/debug/picture_debug_util.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'cc/debug') diff --git a/cc/debug/picture_debug_util.cc b/cc/debug/picture_debug_util.cc index b1879af..50ae60b 100644 --- a/cc/debug/picture_debug_util.cc +++ b/cc/debug/picture_debug_util.cc @@ -6,6 +6,7 @@ #include +#include #include #include "base/base64.h" -- cgit v1.1