diff options
author | kcat <[email protected]> | 2018-03-29 16:11:13 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2018-03-29 16:11:13 -0700 |
commit | 5523913a814f9e06e5034d32574a21e7a278e9ea (patch) | |
tree | 0c787cf9174a8f853ccd3a9992874de0da2af676 | |
parent | cae4b1a062b53dd25eba7caa41622be730106749 (diff) | |
parent | a7da29804d988290a50140b3ad8580cfa29261eb (diff) |
Merge pull request #184 from hhyyrylainen/master
Added missing string include to alffplay
-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" |