X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FServerSocket.h;h=c66658042ff38ca4d4da9dfda9d67cb9489567c0;hb=88e739b44b5c4a23c5e64cf470c0fb49a7bcbd6c;hp=7364250e17b7174dfb791490706d2f48c7cfaaac;hpb=4c0ef382009943bca43caf691614be81d513a135;p=lyx.git diff --git a/src/ServerSocket.h b/src/ServerSocket.h index 7364250e17..c66658042f 100644 --- a/src/ServerSocket.h +++ b/src/ServerSocket.h @@ -16,10 +16,9 @@ #include "support/FileName.h" -#include "support/shared_ptr.h" - #include #include +#include namespace lyx { @@ -60,7 +59,7 @@ private: MAX_CLIENTS = 10 }; /// All connections - std::map > clients; + std::map> clients; };