Include missing header

This commit is contained in:
deepak1556 2018-04-12 12:46:00 +05:30 committed by Samuel Attard
parent 7b47d69efe
commit 8968c447f4

View file

@ -3,6 +3,7 @@
// found in the LICENSE file. // found in the LICENSE file.
#include "atom/browser/api/atom_api_web_contents.h" #include "atom/browser/api/atom_api_web_contents.h"
#include "content/public/browser/render_widget_host_view.h"
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>