src/relpipe-in-jack.cpp
branchv_0
changeset 20 b6dd93370d8c
parent 11 07247893054e
child 22 6ba42fe7cf0e
equal deleted inserted replaced
19:69eab2130c18 20:b6dd93370d8c
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    15  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    16  */
    16  */
    17 #include <memory>
    17 #include <memory>
    18 #include <csignal>
    18 #include <csignal>
       
    19 #include <functional>
    19 
    20 
    20 #include <relpipe/writer/RelpipeWriterException.h>
    21 #include <relpipe/writer/RelpipeWriterException.h>
    21 #include <relpipe/writer/Factory.h>
    22 #include <relpipe/writer/Factory.h>
    22 #include <relpipe/cli/CLI.h>
    23 #include <relpipe/cli/CLI.h>
    23 
    24