Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
1696:187c76c40c6f | 1697:c077a97d055f |
---|---|
21 #include "OSCQueue.h" | 21 #include "OSCQueue.h" |
22 | 22 |
23 #include "base/Profiler.h" | 23 #include "base/Profiler.h" |
24 | 24 |
25 #include <iostream> | 25 #include <iostream> |
26 #include <QThread> | |
26 | 27 |
27 #define OSC_MESSAGE_QUEUE_SIZE 1023 | 28 #define OSC_MESSAGE_QUEUE_SIZE 1023 |
28 | 29 |
29 #ifdef HAVE_LIBLO | 30 #ifdef HAVE_LIBLO |
30 | 31 |
31 #include <unistd.h> | 32 #include <unistd.h> |
32 | |
33 #include <QThread> | |
34 | 33 |
35 void | 34 void |
36 OSCQueue::oscError(int num, const char *msg, const char *path) | 35 OSCQueue::oscError(int num, const char *msg, const char *path) |
37 { | 36 { |
38 cerr << "ERROR: OSCQueue::oscError: liblo server error " << num | 37 cerr << "ERROR: OSCQueue::oscError: liblo server error " << num |