From a7da29804d988290a50140b3ad8580cfa29261eb Mon Sep 17 00:00:00 2001 From: Henri Hyyryläinen Date: Fri, 30 Mar 2018 01:53:55 +0300 Subject: Added missing string include to alffplay --- examples/alffplay.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/alffplay.cpp b/examples/alffplay.cpp index 6f6773a4..3bba154e 100644 --- a/examples/alffplay.cpp +++ b/examples/alffplay.cpp @@ -19,6 +19,7 @@ #include #include #include +#include extern "C" { #include "libavcodec/avcodec.h" -- cgit v1.2.3