Add required includes for <memory> when using std::unique_ptr
Tbr: yangguo@chromium.org Change-Id: I9e774efdbff94be909470ab848c75e5120bb520e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1803343 Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Reviewed-by: Clemens Hammacher <clemensh@chromium.org> Cr-Commit-Position: refs/heads/master@{#63762}
This commit is contained in:
parent
3de87fd93c
commit
b7cb606654
@ -6,6 +6,7 @@
|
||||
#define V8_LIBPLATFORM_DELAYED_TASK_QUEUE_H_
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <queue>
|
||||
|
||||
#include "include/libplatform/libplatform-export.h"
|
||||
|
@ -5,6 +5,7 @@
|
||||
#ifndef V8_LIBPLATFORM_TASK_QUEUE_H_
|
||||
#define V8_LIBPLATFORM_TASK_QUEUE_H_
|
||||
|
||||
#include <memory>
|
||||
#include <queue>
|
||||
|
||||
#include "include/libplatform/libplatform-export.h"
|
||||
|
@ -6,6 +6,7 @@
|
||||
#define V8_TORQUE_LS_JSON_H_
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user