build: fix macOS build (#29484)

This commit is contained in:
David Sanders 2021-06-02 03:42:07 -07:00 committed by GitHub
parent 3cfe5c6a21
commit 97fde6dc9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,8 @@
#include "base/path_service.h"
#include "shell/browser/api/electron_api_app.h"
#include "shell/common/electron_paths.h"
#include "shell/common/node_includes.h"
#include "shell/common/process_util.h"
#import <Cocoa/Cocoa.h>
#import <sys/sysctl.h>