Mercurial > hg > svcore
diff data/osc/OSCQueue.cpp @ 1218:6b847a59d908 msvc2015_64
MSVC build fixes
author | Chris Cannam |
---|---|
date | Tue, 18 Oct 2016 15:54:56 +0100 |
parents | 59e7fe1b1003 |
children | 48e9f538e6e9 |
line wrap: on
line diff
--- a/data/osc/OSCQueue.cpp Tue Oct 18 14:04:06 2016 +0100 +++ b/data/osc/OSCQueue.cpp Tue Oct 18 15:54:56 2016 +0100 @@ -23,12 +23,13 @@ #include "base/Profiler.h" #include <iostream> -#include <unistd.h> #define OSC_MESSAGE_QUEUE_SIZE 1023 #ifdef HAVE_LIBLO +#include <unistd.h> + void OSCQueue::oscError(int num, const char *msg, const char *path) {