From a22750e70aec9d5109dde2d4cb647f7f1e736f95 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Nov 2020 17:42:01 +0100 Subject: Move SignalDirection to its own header --- src/AlsaDriver.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AlsaDriver.cpp') 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 -- cgit v1.2.1