Skip to content

Commit

Permalink
Bug 1928110 - (fix-d259a754a8) add missing include
Browse files Browse the repository at this point in the history
UltraBlame original commit: b6fe6098a8bbf74edca23103c6756be13d238378
  • Loading branch information
marco-c committed Nov 27, 2024
1 parent c4297cb commit 2b30b13
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 0 deletions.
153 changes: 153 additions & 0 deletions third_party/libwebrtc/moz-patch-stack/0137.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
From
:
Michael
Froman
<
mfroman
mozilla
.
com
>
Date
:
Thu
21
Nov
2024
13
:
57
:
00
-
0600
Subject
:
Bug
1928110
-
(
fix
-
d259a754a8
)
add
missing
include
Mercurial
Revision
:
https
:
/
/
hg
.
mozilla
.
org
/
mozilla
-
central
/
rev
/
250798952aa5b1f0c4996bcd95c77e917d44f738
-
-
-
rtc_base
/
ssl_stream_adapter
.
h
|
1
+
1
file
changed
1
insertion
(
+
)
diff
-
-
git
a
/
rtc_base
/
ssl_stream_adapter
.
h
b
/
rtc_base
/
ssl_stream_adapter
.
h
index
dcaaf3a0d1
.
.
1dca52b2a7
100644
-
-
-
a
/
rtc_base
/
ssl_stream_adapter
.
h
+
+
+
b
/
rtc_base
/
ssl_stream_adapter
.
h
-
15
6
+
15
7
#
include
<
stdint
.
h
>
#
include
<
memory
>
+
#
include
<
optional
>
#
include
<
string
>
#
include
<
vector
>
5 changes: 5 additions & 0 deletions third_party/libwebrtc/rtc_base/ssl_stream_adapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ memory
#
include
<
optional
>
#
include
<
string
>
#
Expand Down

0 comments on commit 2b30b13

Please sign in to comment.