diff options
author | Henri Hyyryläinen <[email protected]> | 2018-03-30 01:53:55 +0300 |
---|---|---|
committer | Henri Hyyryläinen <[email protected]> | 2018-03-30 01:53:55 +0300 |
commit | a7da29804d988290a50140b3ad8580cfa29261eb (patch) | |
tree | 0c787cf9174a8f853ccd3a9992874de0da2af676 /examples | |
parent | cae4b1a062b53dd25eba7caa41622be730106749 (diff) |
Added missing string include to alffplay
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 6f6773a4..3bba154e 100644 --- a/examples/alffplay.cpp +++ b/examples/alffplay.cpp @@ -19,6 +19,7 @@ #include <deque> #include <array> #include <cmath> +#include <string> extern "C" { #include "libavcodec/avcodec.h" |