Skip to content

Commit

Permalink
Add includes
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 committed May 5, 2022
1 parent 69bc7cf commit 4f1c058
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUILD.gn
Expand Up @@ -50,7 +50,10 @@ if (is_linux) {
}

pkg_config("libnotify_config") {
packages = [ "glib-2.0" ]
packages = [
"glib-2.0",
"gdk-pixbuf-2.0",
]
}

generate_library_loader("libnotify_loader") {
Expand Down
1 change: 1 addition & 0 deletions shell/browser/ui/gtk_util.cc
Expand Up @@ -12,6 +12,7 @@

#include "base/no_destructor.h"
#include "base/strings/string_number_conversions.h"
#include "electron/electron_gdk_pixbuf_stubs.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "third_party/skia/include/core/SkColor.h"
#include "third_party/skia/include/core/SkUnPreMultiply.h"
Expand Down
1 change: 1 addition & 0 deletions shell/browser/ui/message_box_gtk.cc
Expand Up @@ -11,6 +11,7 @@
#include "base/no_destructor.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "electron/electron_gdk_pixbuf_stubs.h"
#include "shell/browser/browser.h"
#include "shell/browser/native_window_observer.h"
#include "shell/browser/native_window_views.h"
Expand Down

0 comments on commit 4f1c058

Please sign in to comment.