# HG changeset patch # User Chris Cannam # Date 1477576350 -3600 # Node ID 2380d586535517ff8f9ba7b33367adff89e3245c # Parent 56e537a7bb9968aa918c4249705bcfa845ab2e2d Build fix, + run in debug mode for the mo diff -r 56e537a7bb99 -r 2380d5865355 vamp-client/ProcessQtTransport.h --- a/vamp-client/ProcessQtTransport.h Thu Oct 27 14:01:35 2016 +0100 +++ b/vamp-client/ProcessQtTransport.h Thu Oct 27 14:52:30 2016 +0100 @@ -66,7 +66,7 @@ m_process->setProcessChannelMode(QProcess::ForwardedErrorChannel); m_process->start(QString::fromStdString(processName), - { QString::fromStdString(formatArg) }); + { "-d", QString::fromStdString(formatArg) }); if (!m_process->waitForStarted()) { if (m_process->state() == QProcess::NotRunning) { diff -r 56e537a7bb99 -r 2380d5865355 vamp-json/VampJson.h --- a/vamp-json/VampJson.h Thu Oct 27 14:01:35 2016 +0100 +++ b/vamp-json/VampJson.h Thu Oct 27 14:52:30 2016 +0100 @@ -38,6 +38,7 @@ #include #include #include +#include #include #include