UI: Fix build with Clang and libc++
std::bind conflicts with extern int bind defined in socket.h Signed-off-by: James Beddek <telans@posteo.de>
This commit is contained in:
parent
3f341639ce
commit
5fccf86b07
@ -48,7 +48,9 @@
|
||||
#include <thread>
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
using std::string;
|
||||
using std::vector;
|
||||
using std::ostringstream;
|
||||
|
||||
#ifdef __linux__
|
||||
void RunningInstanceCheck(bool &already_running)
|
||||
|
Loading…
x
Reference in New Issue
Block a user