diff options
Diffstat (limited to 'src/PatchageEvent.hpp')
-rw-r--r-- | src/PatchageEvent.hpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp index 20053e5..1650657 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -18,14 +18,17 @@ #ifndef PATCHAGE_PATCHAGEEVENT_HPP #define PATCHAGE_PATCHAGEEVENT_HPP -#include "patchage-config.h" #include <cstring> + +#include "patchage-config.h" + #ifdef USE_LIBJACK -#include <jack/jack.h> + #include <jack/jack.h> #endif #ifdef HAVE_ALSA -#include <alsa/asoundlib.h> + #include <alsa/asoundlib.h> #endif + #include "PatchagePort.hpp" #include "PortID.hpp" |