X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FServer.cpp;h=6a6ed2f837a8be8a57a48dbe5248d01368a32624;hb=604a3341d9bd6b6bee6f042292f28b89027ca2b5;hp=9b9f6e0a75a76009cdc569df7a3e2f26a54a188a;hpb=e26331dd35359afbe4863c7db517b6900b23f019;p=lyx.git diff --git a/src/Server.cpp b/src/Server.cpp index 9b9f6e0a75..6a6ed2f837 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -55,7 +55,7 @@ #include "support/lstrings.h" #include "support/os.h" -#include +#include "support/bind.h" #ifdef _WIN32 #include @@ -840,7 +840,7 @@ int LyXComm::startPipe(string const & file, bool write) if (!write) { theApp()->registerSocketCallback(fd, - boost::bind(&LyXComm::read_ready, this)); + bind(&LyXComm::read_ready, this)); } return fd;