From 5a46029f467418bfd4d8cf529921414d7af3ec86 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Mon, 13 Sep 2021 16:39:52 +0200 Subject: [PATCH] fix: iwyu --- shell/browser/ui/gtk_util.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/browser/ui/gtk_util.cc b/shell/browser/ui/gtk_util.cc index 2c9e3992d1df1..5ccf45c81e4cc 100644 --- a/shell/browser/ui/gtk_util.cc +++ b/shell/browser/ui/gtk_util.cc @@ -8,6 +8,8 @@ #include #include +#include + #include "base/no_destructor.h" #include "base/strings/string_number_conversions.h" #include "third_party/skia/include/core/SkBitmap.h"