summaryrefslogtreecommitdiffstats
path: root/src/make_jack_driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/make_jack_driver.hpp')
-rw-r--r--src/make_jack_driver.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/make_jack_driver.hpp b/src/make_jack_driver.hpp
index 1099a18..00019a6 100644
--- a/src/make_jack_driver.hpp
+++ b/src/make_jack_driver.hpp
@@ -22,6 +22,8 @@
#include <memory>
+namespace patchage {
+
class ILog;
#if defined(PATCHAGE_LIBJACK) || defined(HAVE_JACK_DBUS)
@@ -39,4 +41,6 @@ make_jack_driver(ILog&, Driver::EventSink)
#endif
+} // namespace patchage
+
#endif // PATCHAGE_MAKE_JACK_DRIVER_HPP