forked from ungoogled-software/ungoogled-chromium-macos
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add patch to fix
third_party/re2
include issue.
Signed-off-by: Qian Qian "Cubik" <[email protected]>
- Loading branch information
1 parent
677c23c
commit d25fda7
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/third_party/re2/src/re2/re2.h | ||
+++ b/third_party/re2/src/re2/re2.h | ||
@@ -220,7 +220,7 @@ | ||
#include "absl/base/call_once.h" | ||
#include "absl/strings/string_view.h" | ||
#include "absl/types/optional.h" | ||
-#include "re2/stringpiece.h" | ||
+#include "stringpiece.h" | ||
|
||
#if defined(__APPLE__) | ||
#include <TargetConditionals.h> |