This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new c6498178bb avfilter/vsrc_gfxcapture_winrt: add missing system_error 
include
c6498178bb is described below

commit c6498178bbfcdb6cc67ce01242f3faeb9d039119
Author:     Kacper Michajłow <[email protected]>
AuthorDate: Mon Jul 6 02:53:38 2026 +0200
Commit:     Martin Storsjö <[email protected]>
CommitDate: Mon Jul 6 06:39:19 2026 +0000

    avfilter/vsrc_gfxcapture_winrt: add missing system_error include
    
    Fixes: error: no type named 'system_error' in namespace 'std'
    Signed-off-by: Kacper Michajłow <[email protected]>
---
 libavfilter/vsrc_gfxcapture_winrt.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavfilter/vsrc_gfxcapture_winrt.cpp 
b/libavfilter/vsrc_gfxcapture_winrt.cpp
index 9cc38342b7..ddc6a7df2d 100644
--- a/libavfilter/vsrc_gfxcapture_winrt.cpp
+++ b/libavfilter/vsrc_gfxcapture_winrt.cpp
@@ -54,6 +54,7 @@ extern "C" {
 #include <mutex>
 #include <regex>
 #include <string>
+#include <system_error>
 #include <thread>
 #include <type_traits>
 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to