Add missing header to fix Linux64 gcov bot

Linux64 gcov bot currently fails to compile:
https://ci.chromium.org/p/v8/builders/ci/V8%20Linux64%20-%20gcov%20coverage/18582

Introducing CL: https://crrev.com/c/1624216

TBR=jgruber@chromium.org

Bug: v8:9103
Change-Id: Ic5dbfca99a9893d64ba73f878824b48b0f83e4af
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1627972
Commit-Queue: Simon Zünd <szuend@chromium.org>
Reviewed-by: Simon Zünd <szuend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61811}
This commit is contained in:
Simon Zünd 2019-05-24 07:53:45 +02:00 committed by Commit Bot
parent ae954a4c7f
commit afb0d4bcad

View File

@ -4,6 +4,8 @@
#include "src/snapshot/embedded/platform-embedded-file-writer-win.h"
#include <algorithm>
namespace v8 {
namespace internal {