Skip to content

Commit

Permalink
Fix urid.h include path
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed May 25, 2020
1 parent e5ebd94 commit 1fefcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Lv2UridMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#ifdef LMMS_HAVE_LV2

#include <lv2/urid/urid.h>
#include <lv2/lv2plug.in/ns/ext/urid/urid.h>
#include <unordered_map>
#include <mutex> // TODO: use semaphore, even though this is not realtime critical
#include <vector>
Expand Down

0 comments on commit 1fefcf3

Please sign in to comment.