Skip to content

Commit 2b30b13

Browse files
committed
Bug 1928110 - (fix-d259a754a8) add missing include
UltraBlame original commit: b6fe6098a8bbf74edca23103c6756be13d238378
1 parent c4297cb commit 2b30b13

File tree

2 files changed

+158
-0
lines changed

2 files changed

+158
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
From
2+
:
3+
Michael
4+
Froman
5+
<
6+
mfroman
7+
mozilla
8+
.
9+
com
10+
>
11+
Date
12+
:
13+
Thu
14+
21
15+
Nov
16+
2024
17+
13
18+
:
19+
57
20+
:
21+
00
22+
-
23+
0600
24+
Subject
25+
:
26+
Bug
27+
1928110
28+
-
29+
(
30+
fix
31+
-
32+
d259a754a8
33+
)
34+
add
35+
missing
36+
include
37+
Mercurial
38+
Revision
39+
:
40+
https
41+
:
42+
/
43+
/
44+
hg
45+
.
46+
mozilla
47+
.
48+
org
49+
/
50+
mozilla
51+
-
52+
central
53+
/
54+
rev
55+
/
56+
250798952aa5b1f0c4996bcd95c77e917d44f738
57+
-
58+
-
59+
-
60+
rtc_base
61+
/
62+
ssl_stream_adapter
63+
.
64+
h
65+
|
66+
1
67+
+
68+
1
69+
file
70+
changed
71+
1
72+
insertion
73+
(
74+
+
75+
)
76+
diff
77+
-
78+
-
79+
git
80+
a
81+
/
82+
rtc_base
83+
/
84+
ssl_stream_adapter
85+
.
86+
h
87+
b
88+
/
89+
rtc_base
90+
/
91+
ssl_stream_adapter
92+
.
93+
h
94+
index
95+
dcaaf3a0d1
96+
.
97+
.
98+
1dca52b2a7
99+
100644
100+
-
101+
-
102+
-
103+
a
104+
/
105+
rtc_base
106+
/
107+
ssl_stream_adapter
108+
.
109+
h
110+
+
111+
+
112+
+
113+
b
114+
/
115+
rtc_base
116+
/
117+
ssl_stream_adapter
118+
.
119+
h
120+
-
121+
15
122+
6
123+
+
124+
15
125+
7
126+
#
127+
include
128+
<
129+
stdint
130+
.
131+
h
132+
>
133+
#
134+
include
135+
<
136+
memory
137+
>
138+
+
139+
#
140+
include
141+
<
142+
optional
143+
>
144+
#
145+
include
146+
<
147+
string
148+
>
149+
#
150+
include
151+
<
152+
vector
153+
>

third_party/libwebrtc/rtc_base/ssl_stream_adapter.h

+5
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ memory
110110
#
111111
include
112112
<
113+
optional
114+
>
115+
#
116+
include
117+
<
113118
string
114119
>
115120
#

0 commit comments

Comments
 (0)