diff options
Diffstat (limited to 'src/PatchagePort.hpp')
-rw-r--r-- | src/PatchagePort.hpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index 183eac6..f6c734e 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -18,14 +18,17 @@ #ifndef PATCHAGE_PATCHAGEPORT_HPP #define PATCHAGE_PATCHAGEPORT_HPP -#include "patchage-config.h" #include <string> + #include <boost/shared_ptr.hpp> + #include "flowcanvas/Port.hpp" #include "flowcanvas/Module.hpp" +#include "patchage-config.h" + #ifdef HAVE_ALSA -#include <alsa/asoundlib.h> + #include <alsa/asoundlib.h> #endif using namespace FlowCanvas; |