Commit 40662227 authored by Anna Henningsen's avatar Anna Henningsen Committed by Commit Bot

[base] add missing <functional> include

The recently introduced usage of `std::logical_and` requires this.
This un-breaks building Node.js with the current V8 master branch
on FreeBSD.

Refs: https://chromium-review.googlesource.com/c/v8/v8/+/1940476
Refs: https://github.com/nodejs/node-v8/issues/124
Change-Id: Ic9d63c40e1b533f7f1c59a05f8577ee0bb0d6aa1
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1955584Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#65367}
parent 17429d2b
......@@ -6,6 +6,7 @@
#define V8_BASE_TEMPLATE_UTILS_H_
#include <array>
#include <functional>
#include <type_traits>
#include <utility>
......
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