Commit b7cb6066 authored by Sigurd Schneider's avatar Sigurd Schneider Committed by Commit Bot

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: 's avatarClemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#63762}
parent 3de87fd9
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#define V8_LIBPLATFORM_DELAYED_TASK_QUEUE_H_ #define V8_LIBPLATFORM_DELAYED_TASK_QUEUE_H_
#include <map> #include <map>
#include <memory>
#include <queue> #include <queue>
#include "include/libplatform/libplatform-export.h" #include "include/libplatform/libplatform-export.h"
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#ifndef V8_LIBPLATFORM_TASK_QUEUE_H_ #ifndef V8_LIBPLATFORM_TASK_QUEUE_H_
#define V8_LIBPLATFORM_TASK_QUEUE_H_ #define V8_LIBPLATFORM_TASK_QUEUE_H_
#include <memory>
#include <queue> #include <queue>
#include "include/libplatform/libplatform-export.h" #include "include/libplatform/libplatform-export.h"
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#define V8_TORQUE_LS_JSON_H_ #define V8_TORQUE_LS_JSON_H_
#include <map> #include <map>
#include <memory>
#include <string> #include <string>
#include <vector> #include <vector>
......
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