diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-02 10:45:05 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-02 10:45:05 +0200 |
commit | 35334ddd58dde496314ca03c496b280f2e2162b5 (patch) | |
tree | c1c0a36fb00747f31ff3b0eed2cefb3f9ff4ed57 /src | |
parent | d568e4fc279a06b3f2ebc5e254756608fe48d2c2 (diff) | |
download | ODR-AudioEnc-35334ddd58dde496314ca03c496b280f2e2162b5.tar.gz ODR-AudioEnc-35334ddd58dde496314ca03c496b280f2e2162b5.tar.bz2 ODR-AudioEnc-35334ddd58dde496314ca03c496b280f2e2162b5.zip |
Add missing include for VLCInput.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/VLCInput.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VLCInput.cpp b/src/VLCInput.cpp index 302877b..bac5508 100644 --- a/src/VLCInput.cpp +++ b/src/VLCInput.cpp @@ -21,6 +21,7 @@ #include <cstring> #include <chrono> #include <algorithm> +#include <functional> #include "VLCInput.h" |