summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r--src/Patchage.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index b11b255..b7e00ef 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -22,12 +22,14 @@
#include <pthread.h>
#include "StateManager.h"
#include "PatchageFlowCanvas.h"
-#include "AlsaDriver.h"
#include "JackDriver.h"
#include "JackSettingsDialog.h"
#ifdef HAVE_LASH
#include "LashDriver.h"
#endif
+#ifdef HAVE_ALSA
+#include "AlsaDriver.h"
+#endif
// FIXME: include to avoid undefined reference to boost SP debug hooks stuff
#include <raul/SharedPtr.h>