Skip to content

Commit

Permalink
Add forgotten include
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Aug 12, 2023
1 parent 24f8746 commit 8eb08cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions include/Lv2Worker.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <lilv/lilv.h>
#include <lv2/lv2plug.in/ns/ext/worker/worker.h>
#include <thread>
#include <vector>

#include "LocklessRingBuffer.h"
#include "LmmsSemaphore.h"
Expand Down
1 change: 0 additions & 1 deletion src/core/lv2/Lv2Worker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "Lv2Worker.h"

#include <cassert>
#include <vector>
#include <QDebug>

#ifdef LMMS_HAVE_LV2
Expand Down

0 comments on commit 8eb08cb

Please sign in to comment.