mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-01 11:57:04 +01:00
Windows: Fix cef_sandbox compile error due to missing include.
This commit is contained in:
parent
30e2decbac
commit
f984bb3127
@ -538,6 +538,12 @@ patches = [
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/2969
|
||||
'name': 'chrome_browser_background_mode_1100085',
|
||||
},
|
||||
{
|
||||
# Windows: Fix cef_sandbox compile error due to missing include.
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=1049498#c14
|
||||
# https://chromium-review.googlesource.com/c/chromium/src/+/3238990/
|
||||
'name': 'base_string_piece_1049498',
|
||||
},
|
||||
{
|
||||
# Linux: Fix ATK assertion error when generating ARM build config.
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=1123214
|
||||
|
12
patch/patches/base_string_piece_1049498.patch
Normal file
12
patch/patches/base_string_piece_1049498.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git base/strings/string_piece.h base/strings/string_piece.h
|
||||
index 5ceb3a40eb01b..89476bfa41e9b 100644
|
||||
--- base/strings/string_piece.h
|
||||
+++ base/strings/string_piece.h
|
||||
@@ -23,6 +23,7 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
+#include <algorithm>
|
||||
#include <iosfwd>
|
||||
#include <limits>
|
||||
#include <string>
|
Loading…
x
Reference in New Issue
Block a user