summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r--src/JackDriver.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp
index 9dbcd7b..79ca54f 100644
--- a/src/JackDriver.hpp
+++ b/src/JackDriver.hpp
@@ -18,11 +18,13 @@
#ifndef PATCHAGE_JACKDRIVER_HPP
#define PATCHAGE_JACKDRIVER_HPP
+#include <string>
#include <boost/shared_ptr.hpp>
#include <jack/jack.h>
#include <jack/statistics.h>
#include <glibmm/thread.h>
#include "Driver.hpp"
+
class Patchage;
class PatchageEvent;
class PatchageFlowCanvas;
@@ -38,7 +40,7 @@ class PatchageModule;
class JackDriver : public Driver
{
public:
- JackDriver(Patchage* app);
+ explicit JackDriver(Patchage* app);
~JackDriver();
void attach(bool launch_daemon);