diff data/osc/OSCQueue.cpp @ 1221:a1b97df9962e 3.0-integration

Merge from branch msvc2015_64
author Chris Cannam
date Thu, 20 Oct 2016 11:16:22 +0100
parents 6b847a59d908
children 48e9f538e6e9
line wrap: on
line diff
--- a/data/osc/OSCQueue.cpp	Tue Oct 18 14:03:35 2016 +0100
+++ b/data/osc/OSCQueue.cpp	Thu Oct 20 11:16:22 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)
 {