Updated plugin includes to build in gcc and added Linux binaries.
This commit is contained in:
committed by
Jason Watkins
parent
46fe5b0fe4
commit
a6a99dc574
@@ -6,6 +6,9 @@
|
||||
#include "Drawing.h"
|
||||
#include "Log.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
|
||||
namespace XPC
|
||||
{
|
||||
std::unordered_map<std::string, MessageHandlers::ConnectionInfo> MessageHandlers::connections;
|
||||
@@ -611,4 +614,4 @@ namespace XPC
|
||||
XPC::Log::FormatLine("[EXEC] ERROR: Unknown packet type %s", msg.GetHead().c_str());
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user