forked from pool/nodejs-electron
21 lines
854 B
Diff
21 lines
854 B
Diff
|
|
--- src/components/services/app_service/public/cpp/intent_filter.h.old 2023-05-14 17:31:53.807216000 +0000
|
||
|
|
+++ src/components/services/app_service/public/cpp/intent_filter.h 2023-05-14 20:08:25.985533800 +0000
|
||
|
|
@@ -5,6 +5,7 @@
|
||
|
|
#ifndef COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_INTENT_FILTER_H_
|
||
|
|
#define COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_INTENT_FILTER_H_
|
||
|
|
|
||
|
|
+#include <memory>
|
||
|
|
#include <set>
|
||
|
|
#include <string>
|
||
|
|
#include <utility>
|
||
|
|
--- src/components/services/app_service/public/cpp/permission.h.old 2023-05-14 17:31:53.811216000 +0000
|
||
|
|
+++ src/components/services/app_service/public/cpp/permission.h 2023-05-14 21:03:46.556546200 +0000
|
||
|
|
@@ -5,6 +5,7 @@
|
||
|
|
#ifndef COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_PERMISSION_H_
|
||
|
|
#define COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_PERMISSION_H_
|
||
|
|
|
||
|
|
+#include <memory>
|
||
|
|
#include <utility>
|
||
|
|
#include <vector>
|
||
|
|
|