diff options
author | Chris Robinson <[email protected]> | 2017-07-23 00:18:32 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-07-23 00:18:32 -0700 |
commit | 4ec67e6226e956d8f87c67976d3c6b07c8d2fb2c (patch) | |
tree | a24fa44b73e929184b6f4e1d340ef4ad73f67bf6 /examples | |
parent | 21b71b2fd297ac1129bf5286f3a08f67e4bd6244 (diff) |
Add missing include for std::array
Diffstat (limited to 'examples')
-rw-r--r-- | examples/alffplay.cpp | 1 |
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" |