diff options
-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" |