mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Fixes for when we don't have liblo on mac os x
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user