From 7387c3ccedb190a8d971762b89e1a75c2289537d Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Sat, 25 Sep 2021 20:52:05 +0000 Subject: [PATCH] IWYU: add memory for std::unique_ptr in AppliedTextDecoration --- third_party/blink/renderer/core/style/applied_text_decoration.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/third_party/blink/renderer/core/style/applied_text_decoration.h b/third_party/blink/renderer/core/style/applied_text_decoration.h index b79dc4d..cc050ff 100644 --- a/third_party/blink/renderer/core/style/applied_text_decoration.h +++ b/third_party/blink/renderer/core/style/applied_text_decoration.h @@ -5,6 +5,8 @@ #ifndef THIRD_PARTY_BLINK_RENDERER_CORE_STYLE_APPLIED_TEXT_DECORATION_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_STYLE_APPLIED_TEXT_DECORATION_H_ +#include + #include "third_party/blink/renderer/core/style/computed_style_constants.h" #include "third_party/blink/renderer/core/style/text_decoration_thickness.h" #include "third_party/blink/renderer/platform/geometry/length.h" -- 2.32.0