21 lines
680 B
Diff
21 lines
680 B
Diff
From 7c135a291184b59a59643ed6a8c40b4405ac0175 Mon Sep 17 00:00:00 2001
|
|
From: Stephan Hartmann <stha09@googlemail.com>
|
|
Date: Wed, 27 Apr 2022 16:01:01 +0000
|
|
Subject: [PATCH] IWYU: add cstring for std::strlen in fenced_frame_utils
|
|
|
|
---
|
|
third_party/blink/common/fenced_frame/fenced_frame_utils.cc | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- qt6-webengine-6.4.2.orig/src/3rdparty/chromium/third_party/blink/common/fenced_frame/fenced_frame_utils.cc
|
|
+++ qt6-webengine-6.4.2/src/3rdparty/chromium/third_party/blink/common/fenced_frame/fenced_frame_utils.cc
|
|
@@ -6,6 +6,8 @@
|
|
|
|
#include <cstring>
|
|
|
|
+#include <cstring>
|
|
+
|
|
#include "base/guid.h"
|
|
#include "base/strings/string_util.h"
|
|
|