From c7cc84afee9b6d8b196679bf784751c4052020a3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Dec 2020 13:13:56 +0100 Subject: Clean up includes --- src/Driver.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Driver.hpp') diff --git a/src/Driver.hpp b/src/Driver.hpp index 231b7a2..1c62697 100644 --- a/src/Driver.hpp +++ b/src/Driver.hpp @@ -24,6 +24,8 @@ namespace patchage { +struct PortID; + /// Base class for drivers that handle system clients and ports class Driver { -- cgit v1.2.1