From 4ec67e6226e956d8f87c67976d3c6b07c8d2fb2c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 23 Jul 2017 00:18:32 -0700 Subject: [PATCH] Add missing include for std::array --- examples/alffplay.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/alffplay.cpp b/examples/alffplay.cpp index 77fc148f..10c00553 100644 --- a/examples/alffplay.cpp +++ b/examples/alffplay.cpp @@ -16,6 +16,7 @@ #include #include #include +#include extern "C" { #include "libavcodec/avcodec.h" -- 2.11.4.GIT