mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Fix cef_sandbox compile error due to missing include.
This commit is contained in:
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>
|
Reference in New Issue
Block a user