Mercurial > hg > piper-cpp
diff vamp-client/qt/ProcessQtTransport.h @ 152:6ccb195d6de6
Fix some include paths, configure Vamp SDK without host
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 20 Jan 2017 17:52:56 +0000 |
parents | bf8e3e7dd7de |
children | 590b1a1fd955 |
line wrap: on
line diff
--- a/vamp-client/qt/ProcessQtTransport.h Fri Jan 20 17:46:56 2017 +0000 +++ b/vamp-client/qt/ProcessQtTransport.h Fri Jan 20 17:52:56 2017 +0000 @@ -36,7 +36,7 @@ #ifndef PIPER_PROCESS_QT_TRANSPORT_H #define PIPER_PROCESS_QT_TRANSPORT_H -#include "SynchronousTransport.h" +#include "../SynchronousTransport.h" #include <QProcess> #include <QString>