diff options
author | David Robillard <d@drobilla.net> | 2020-12-14 13:13:56 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-14 13:13:56 +0100 |
commit | c7cc84afee9b6d8b196679bf784751c4052020a3 (patch) | |
tree | b78ad7c13975f977d683698694d661972160e038 /src/Driver.hpp | |
parent | 6417299c90009f1eca68d58d62f8e46043aabce3 (diff) | |
download | patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.tar.gz patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.tar.bz2 patchage-c7cc84afee9b6d8b196679bf784751c4052020a3.zip |
Clean up includes
Diffstat (limited to 'src/Driver.hpp')
-rw-r--r-- | src/Driver.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |