summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-28 16:12:41 +0100
committerDavid Robillard <d@drobilla.net>2020-11-28 17:39:10 +0100
commit8889e2c2d03a414c9e917a598ebfb213c5a28503 (patch)
treededb31032cb8a46e71a5b7f44f94ff9ba05fcc67 /src/AlsaDriver.cpp
parent0f8bd14d3487c35280c33bbfd133dd9e37c8f07e (diff)
downloadpatchage-8889e2c2d03a414c9e917a598ebfb213c5a28503.tar.gz
patchage-8889e2c2d03a414c9e917a598ebfb213c5a28503.tar.bz2
patchage-8889e2c2d03a414c9e917a598ebfb213c5a28503.zip
Move handle_event() to separate files
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 702cc00..ec5b24d 100644
--- a/src/AlsaDriver.cpp
+++ b/src/AlsaDriver.cpp
@@ -21,6 +21,7 @@
#include "PatchageCanvas.hpp"
#include "PatchageModule.hpp"
#include "PatchagePort.hpp"
+#include "handle_event.hpp"
PATCHAGE_DISABLE_FMT_WARNINGS
#include <fmt/core.h>