mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: add file_path.h include for incomplete type error
Forward declaration of base::FilePath is no longer sufficient due to upstream header reorganization. Explicit include needed. Ref: Unable to locate CL
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
|
||||
#include "base/files/file_path.h"
|
||||
#include "content/public/browser/browser_context.h"
|
||||
#include "content/public/browser/media_stream_request.h"
|
||||
#include "mojo/public/cpp/bindings/remote.h"
|
||||
|
||||
Reference in New Issue
Block a user