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>
master
James Beddek 2021-10-09 20:40:35 +13:00 committed by Jim
parent 3f341639ce
commit 5fccf86b07
1 changed files with 3 additions and 1 deletions

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)