aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-07-23 00:18:32 -0700
committerChris Robinson <[email protected]>2017-07-23 00:18:32 -0700
commit4ec67e6226e956d8f87c67976d3c6b07c8d2fb2c (patch)
treea24fa44b73e929184b6f4e1d340ef4ad73f67bf6 /examples
parent21b71b2fd297ac1129bf5286f3a08f67e4bd6244 (diff)
Add missing include for std::array
Diffstat (limited to 'examples')
-rw-r--r--examples/alffplay.cpp1
1 files changed, 1 insertions, 0 deletions
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 <atomic>
#include <mutex>
#include <deque>
+#include <array>
extern "C" {
#include "libavcodec/avcodec.h"