diff options
Diffstat (limited to 'src/AlsaDriver.hpp')
-rw-r--r-- | src/AlsaDriver.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp index 662d8ae..d4f6f86 100644 --- a/src/AlsaDriver.hpp +++ b/src/AlsaDriver.hpp @@ -26,10 +26,10 @@ #include <pthread.h> #include "Driver.hpp" +#include "PatchageModule.hpp" class Patchage; class PatchagePort; - /** Handles all externally driven functionality, registering ports etc. */ class AlsaDriver : public Driver |