summaryrefslogtreecommitdiffstats
path: root/src/Driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Driver.hpp')
-rw-r--r--src/Driver.hpp2
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
{