Browse Source

fix: building with printing disabled (#33602)

Milan Burda 3 years ago
parent
commit
75e48b99a8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      shell/browser/electron_browser_handler_impl.h

+ 2 - 0
shell/browser/electron_browser_handler_impl.h

@@ -12,6 +12,8 @@
 #include "base/memory/weak_ptr.h"
 #include "content/public/browser/web_contents_observer.h"
 #include "electron/shell/common/api/api.mojom.h"
+#include "mojo/public/cpp/bindings/pending_receiver.h"
+#include "mojo/public/cpp/bindings/receiver.h"
 #include "shell/browser/api/electron_api_web_contents.h"
 
 namespace content {