summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-28 17:42:01 +0100
committerDavid Robillard <d@drobilla.net>2020-11-28 21:09:38 +0100
commita22750e70aec9d5109dde2d4cb647f7f1e736f95 (patch)
tree65cd254ed35d55b32a69e1bb65da85cd9f8cc7af /src/AlsaDriver.cpp
parent900ff665db0f4d0b591935df9f9b7e1f402f5908 (diff)
downloadpatchage-a22750e70aec9d5109dde2d4cb647f7f1e736f95.tar.gz
patchage-a22750e70aec9d5109dde2d4cb647f7f1e736f95.tar.bz2
patchage-a22750e70aec9d5109dde2d4cb647f7f1e736f95.zip
Move SignalDirection to its own header
Diffstat (limited to 'src/AlsaDriver.cpp')
-rw-r--r--src/AlsaDriver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp
index aa2357e..015e659 100644
--- a/src/AlsaDriver.cpp
+++ b/src/AlsaDriver.cpp
@@ -21,6 +21,7 @@
#include "PatchageCanvas.hpp"
#include "PatchageModule.hpp"
#include "PatchagePort.hpp"
+#include "SignalDirection.hpp"
#include "handle_event.hpp"
PATCHAGE_DISABLE_FMT_WARNINGS