summaryrefslogtreecommitdiffstats
path: root/src/Legend.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-28 18:08:42 +0100
committerDavid Robillard <d@drobilla.net>2020-11-28 21:09:38 +0100
commit042a3d2004d47e7d4c5b11d26e23b70c1c716aac (patch)
treef2dc52c2320db13f1eebcc4e2d6371ce379cdf8e /src/Legend.cpp
parenta22750e70aec9d5109dde2d4cb647f7f1e736f95 (diff)
downloadpatchage-042a3d2004d47e7d4c5b11d26e23b70c1c716aac.tar.gz
patchage-042a3d2004d47e7d4c5b11d26e23b70c1c716aac.tar.bz2
patchage-042a3d2004d47e7d4c5b11d26e23b70c1c716aac.zip
Move PortType to its own header
Diffstat (limited to 'src/Legend.cpp')
-rw-r--r--src/Legend.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Legend.cpp b/src/Legend.cpp
index f57cc1e..42fb95d 100644
--- a/src/Legend.cpp
+++ b/src/Legend.cpp
@@ -17,6 +17,7 @@
#include "Legend.hpp"
#include "Configuration.hpp"
+#include "PortType.hpp"
#include <gtkmm/box.h>
#include <gtkmm/colorbutton.h>