From 9e36b3c28935fb50d43ccef443be786a8e3f8a5f Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Sat, 9 Oct 2021 16:17:34 +0000 Subject: [PATCH] IWYU: add string.h for memcmp in ui:: DrmRenderNodePathFinder --- ui/ozone/platform/wayland/gpu/drm_render_node_path_finder.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/ozone/platform/wayland/gpu/drm_render_node_path_finder.cc b/ui/ozone/platform/wayland/gpu/drm_render_node_path_finder.cc index 06776a7..d5b7b71 100644 --- a/ui/ozone/platform/wayland/gpu/drm_render_node_path_finder.cc +++ b/ui/ozone/platform/wayland/gpu/drm_render_node_path_finder.cc @@ -5,6 +5,7 @@ #include "ui/ozone/platform/wayland/gpu/drm_render_node_path_finder.h" #include +#include #include #include #include -- 2.32.0