Mercurial > hg > svcore
diff data/osc/OSCQueue.cpp @ 1697:c077a97d055f single-point
Windows build fixes
author | Chris Cannam |
---|---|
date | Wed, 01 May 2019 21:39:37 +0100 |
parents | 1078f0ef3012 |
children | 1318e069906b |
line wrap: on
line diff
--- a/data/osc/OSCQueue.cpp Wed May 01 11:45:28 2019 +0100 +++ b/data/osc/OSCQueue.cpp Wed May 01 21:39:37 2019 +0100 @@ -23,6 +23,7 @@ #include "base/Profiler.h" #include <iostream> +#include <QThread> #define OSC_MESSAGE_QUEUE_SIZE 1023 @@ -30,8 +31,6 @@ #include <unistd.h> -#include <QThread> - void OSCQueue::oscError(int num, const char *msg, const char *path) {