Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 899195 Details for
Bug 937417
media-libs/webrtc-audio-processing-1.3-r3 fails with gcc:15 due missing +#include <cstdint>
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gcc:15 patch
webrtc-audio-processing-1.3-r3-gcc15-fix.patch (text/plain), 279 bytes, created by
tdr
on 2024-08-06 04:03:18 UTC
(
hide
)
Description:
gcc:15 patch
Filename:
MIME Type:
Creator:
tdr
Created:
2024-08-06 04:03:18 UTC
Size:
279 bytes
patch
obsolete
>--- a//webrtc/api/task_queue/task_queue_base.h >+++ b//webrtc/api/task_queue/task_queue_base.h >@@ -11,6 +11,7 @@ > #define API_TASK_QUEUE_TASK_QUEUE_BASE_H_ > > #include <memory> >+#include <cstdint> > > #include "api/task_queue/queued_task.h" > #include "rtc_base/system/rtc_export.h"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 937417
:
899193
|
899194
| 899195