add header for std::bind v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 21 Nov 2021 20:41:58 +0100
branchv_0
changeset 20 b6dd93370d8c
parent 19 69eab2130c18
child 21 20bb74631354
add header for std::bind
src/relpipe-in-jack.cpp
--- a/src/relpipe-in-jack.cpp	Sat Oct 24 00:08:17 2020 +0200
+++ b/src/relpipe-in-jack.cpp	Sun Nov 21 20:41:58 2021 +0100
@@ -16,6 +16,7 @@
  */
 #include <memory>
 #include <csignal>
+#include <functional>
 
 #include <relpipe/writer/RelpipeWriterException.h>
 #include <relpipe/writer/Factory.h>