forked from pool/nodejs-electron
- Update to 19.x - Use gcc also on aarch64 due to clang crashes while compiling - Fix Fedora aarch64 build - Do not compile chrome stuff unused in electron - Use system libraries wherever possible OBS-URL: https://build.opensuse.org/request/show/986436 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=19
11 lines
437 B
Diff
11 lines
437 B
Diff
--- a/components/services/storage/shared_storage/async_shared_storage_database_impl.cc
|
|
+++ b/components/services/storage/shared_storage/async_shared_storage_database_impl.cc
|
|
@@ -16,6 +16,7 @@
|
|
#include "components/services/storage/shared_storage/shared_storage_options.h"
|
|
#include "storage/browser/quota/special_storage_policy.h"
|
|
#include "url/origin.h"
|
|
+#include "third_party/abseil-cpp/absl/memory/memory.h"
|
|
|
|
namespace storage {
|
|
|