Fixes for when we don't have liblo on mac os x

This commit is contained in:
Alexandre Quessy
2014-04-03 23:30:51 -04:00
parent 0f3af44953
commit cfb88e6863
5 changed files with 11 additions and 1 deletions
+3
View File
@@ -1,3 +1,4 @@
#ifdef HAVE_OSC
#include "OscReceiver.h"
#include <iostream>
#include <cstdio>
@@ -85,3 +86,5 @@ std::string OscReceiver::toString() const
return "port:" + port_;
}
#endif // HAVE_OSC