Commit 7e247b59 authored by Seth Brenith's avatar Seth Brenith Committed by Commit Bot

Fix gcov build

Gcov builds such as
https://ci.chromium.org/p/v8/builders/ci/V8%20Linux64%20-%20gcov%20coverage/18276
are failing because they can't find std::copy_if. Including the right
header fixes it.

Change-Id: I3f0e3fabfe1b32cc4492aee64d2b9f23fa4afdcb
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1600431Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61364}
parent 96f10b90
......@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <algorithm>
#include <cctype>
#include <set>
#include <unordered_map>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment