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:
James Beddek
2021-10-09 20:40:35 +13:00
committed by Jim
parent 3f341639ce
commit 5fccf86b07
+3 -1
View File
@@ -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)