Add missing include

This commit is contained in:
Johannes Lorenz
2020-09-24 09:45:31 +02:00
committed by Johannes Lorenz
parent 454e047291
commit c3c80159fd

View File

@@ -31,6 +31,7 @@
#include <lv2/lv2plug.in/ns/ext/urid/urid.h>
#include <mutex> // TODO: use semaphore, even though this is not realtime critical
#include <string>
#include <unordered_map>
#include <vector>