Core/Misc: Fix Mac OS X no-pch build

This commit is contained in:
jackpoz
2014-08-23 00:32:26 +02:00
parent 7fe7f30521
commit 7d4801750b

View File

@@ -21,6 +21,7 @@
#include "Define.h"
#include <mutex>
#include <future>
#include <string>
void process_message(struct soap* soap_message);
void TCSoapThread(const std::string& host, uint16 port);