summaryrefslogtreecommitdiffstats
path: root/src/PortNames.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-28 23:05:45 +0100
committerDavid Robillard <d@drobilla.net>2020-11-28 23:05:45 +0100
commit0124e669bd43b5d40bff33886dee8a3d464254f7 (patch)
tree319fba93271ae8ebcd9455d8ab2ea9108c8dba75 /src/PortNames.hpp
parent5cd59f10b1ebd5ee628e2cd96af7f1e0d45cbe3f (diff)
downloadpatchage-0124e669bd43b5d40bff33886dee8a3d464254f7.tar.gz
patchage-0124e669bd43b5d40bff33886dee8a3d464254f7.tar.bz2
patchage-0124e669bd43b5d40bff33886dee8a3d464254f7.zip
Clean up includes
Diffstat (limited to 'src/PortNames.hpp')
-rw-r--r--src/PortNames.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PortNames.hpp b/src/PortNames.hpp
index f1f5391..b8cb187 100644
--- a/src/PortNames.hpp
+++ b/src/PortNames.hpp
@@ -17,6 +17,8 @@
#ifndef PATCHAGE_PORTNAMES_HPP
#define PATCHAGE_PORTNAMES_HPP
+#include "PortID.hpp"
+
#include <cassert>
#include <string>