summaryrefslogtreecommitdiffstats
path: root/src/JackDbusDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackDbusDriver.hpp')
-rw-r--r--src/JackDbusDriver.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/JackDbusDriver.hpp b/src/JackDbusDriver.hpp
index 0511c42..d93bf06 100644
--- a/src/JackDbusDriver.hpp
+++ b/src/JackDbusDriver.hpp
@@ -18,6 +18,7 @@
#ifndef PATCHAGE_JACKDBUSDRIVER_HPP
#define PATCHAGE_JACKDBUSDRIVER_HPP
+#include <string>
#include <boost/shared_ptr.hpp>
#include <jack/jack.h>
#include <jack/statistics.h>
@@ -34,7 +35,7 @@ class PatchagePort;
class JackDriver : public Driver
{
public:
- JackDriver(Patchage* app);
+ explicit JackDriver(Patchage* app);
~JackDriver();
void attach(bool launch_daemon);