From a13e862be5f67802e5a9e04b150e2ed2ca6ffae0 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 28 Oct 2017 13:00:16 +0200 Subject: [PATCH] Add a missing #include. --- ffmpeg_capture.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ffmpeg_capture.h b/ffmpeg_capture.h index e573caa..f718c70 100644 --- a/ffmpeg_capture.h +++ b/ffmpeg_capture.h @@ -35,6 +35,7 @@ extern "C" { #include #include #include +#include } #include "bmusb/bmusb.h" -- 2.39.2