filter-dynamic-mask: Add missing include

Fixes #134
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-04-05 23:59:52 +02:00 committed by Michael Fabian Dirks
parent 6a9921c9ce
commit 05399bd183
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "strings.hpp" #include "strings.hpp"
#include <sstream> #include <sstream>
#include <stdexcept> #include <stdexcept>
#include <vector>
// Filter to allow dynamic masking // Filter to allow dynamic masking
// Allow any channel to affect any other channel // Allow any channel to affect any other channel