summaryrefslogtreecommitdiffstats
path: root/src/VLCInput.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-06-02 10:45:05 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-06-02 10:45:05 +0200
commit35334ddd58dde496314ca03c496b280f2e2162b5 (patch)
treec1c0a36fb00747f31ff3b0eed2cefb3f9ff4ed57 /src/VLCInput.cpp
parentd568e4fc279a06b3f2ebc5e254756608fe48d2c2 (diff)
downloadODR-AudioEnc-35334ddd58dde496314ca03c496b280f2e2162b5.tar.gz
ODR-AudioEnc-35334ddd58dde496314ca03c496b280f2e2162b5.tar.bz2
ODR-AudioEnc-35334ddd58dde496314ca03c496b280f2e2162b5.zip
Add missing include for VLCInput.cpp
Diffstat (limited to 'src/VLCInput.cpp')
-rw-r--r--src/VLCInput.cpp1
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"