forked from pool/nodejs-electron
Package Electron 20. Please check if it works with element-desktop (my prior is that it should as upstream already uses this version) OBS-URL: https://build.opensuse.org/request/show/1005070 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=33
16 lines
433 B
Diff
16 lines
433 B
Diff
--- a/content/browser/attribution_reporting/aggregatable_attribution_utils.h
|
|
+++ b/content/browser/attribution_reporting/aggregatable_attribution_utils.h
|
|
@@ -9,11 +9,9 @@
|
|
#include <vector>
|
|
|
|
#include "content/common/content_export.h"
|
|
+#include "third_party/abseil-cpp/absl/numeric/int128.h"
|
|
#include "third_party/abseil-cpp/absl/types/optional.h"
|
|
|
|
-namespace absl {
|
|
-class uint128;
|
|
-} // namespace absl
|
|
|
|
namespace content {
|
|
|