From 9009631bdf6d1142a13335ececbc1f78daf3fdf0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Oct 2024 16:53:29 -0400 Subject: Simplify PortType --- src/server/InputPort.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/server/InputPort.cpp') diff --git a/src/server/InputPort.cpp b/src/server/InputPort.cpp index 4a464ea8..5d3c4eb7 100644 --- a/src/server/InputPort.cpp +++ b/src/server/InputPort.cpp @@ -23,6 +23,7 @@ #include "BufferRef.hpp" #include "GraphImpl.hpp" #include "NodeImpl.hpp" +#include "PortType.hpp" #include "RunContext.hpp" #include "mix.hpp" -- cgit v1.2.1