aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_qt.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-30 19:31:30 -0400
committerDavid Robillard <d@drobilla.net>2022-08-17 13:50:26 -0400
commitcebc0e98c60f3d3af9399356e1ea09c98fcd8dcb (patch)
treee790934ccff672ceee232098ff11e358de69eada /src/jalv_qt.cpp
parentbf0664df5f22b2400fe5fb52ad9bf017986e1595 (diff)
downloadjalv-cebc0e98c60f3d3af9399356e1ea09c98fcd8dcb.tar.gz
jalv-cebc0e98c60f3d3af9399356e1ea09c98fcd8dcb.tar.bz2
jalv-cebc0e98c60f3d3af9399356e1ea09c98fcd8dcb.zip
Move Port definition to its own header
Diffstat (limited to 'src/jalv_qt.cpp')
-rw-r--r--src/jalv_qt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jalv_qt.cpp b/src/jalv_qt.cpp
index 90e469d..15aa05f 100644
--- a/src/jalv_qt.cpp
+++ b/src/jalv_qt.cpp
@@ -6,6 +6,7 @@
#include "jalv_internal.h"
#include "nodes.h"
#include "options.h"
+#include "port.h"
#include "lilv/lilv.h"
#include "suil/suil.h"