From 6943e4121925a3fa18b018711482d5bca9d00b22 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Fri, 13 Aug 2021 12:57:42 +0000 Subject: IWYU: add memory for std::unique_ptr in blink::CustomSpaces --- .../blink/renderer/platform/heap/v8_wrapper/custom_spaces.h | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/blink/renderer/platform/heap/v8_wrapper/custom_spaces.h b/third_party/blink/renderer/platform/heap/v8_wrapper/custom_spaces.h index df0465a6a56..640cb332c35 100644 --- a/third_party/blink/renderer/platform/heap/v8_wrapper/custom_spaces.h +++ b/third_party/blink/renderer/platform/heap/v8_wrapper/custom_spaces.h @@ -5,6 +5,7 @@ #ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_HEAP_V8_WRAPPER_CUSTOM_SPACES_H_ #define THIRD_PARTY_BLINK_RENDERER_PLATFORM_HEAP_V8_WRAPPER_CUSTOM_SPACES_H_ +#include #include #include "third_party/blink/renderer/platform/platform_export.h" -- 2.25.4