Updated plugin includes to build in gcc and added Linux binaries.
This commit is contained in:
committed by
Jason Watkins
parent
46fe5b0fe4
commit
a6a99dc574
@@ -3,6 +3,8 @@
|
||||
#include "Log.h"
|
||||
#include "UDPSocket.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
namespace XPC
|
||||
{
|
||||
UDPSocket::UDPSocket(unsigned short recvPort)
|
||||
@@ -178,4 +180,4 @@ namespace XPC
|
||||
}
|
||||
return std::string(ip);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user