1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

LV2 Client: Add basic LV2URI validation at build time

This commit is contained in:
reuk 2023-08-30 16:00:14 +01:00
parent 88e5e23f95
commit 583f90bef3
2 changed files with 19 additions and 0 deletions

View file

@ -67,6 +67,7 @@
#include <queue>
#include <set>
#include <sstream>
#include <string_view>
#include <thread>
#include <typeindex>
#include <unordered_map>