mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-09 01:21:06 +00:00
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 <kasper93@gmail.com>
This commit is contained in:
committed by
Martin Storsjö
parent
f2cd9282a9
commit
c6498178bb
@@ -54,6 +54,7 @@ extern "C" {
|
||||
#include <mutex>
|
||||
#include <regex>
|
||||
#include <string>
|
||||
#include <system_error>
|
||||
#include <thread>
|
||||
#include <type_traits>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user