X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FServerSocket.h;h=2b2ddd11d27e70c93c11937acbf30881beee900f;hb=04e6076ebb889a3215eaa4ff5cb200822611185c;hp=420089984c6d5373678369e136267fbae17527de;hpb=377cdd5f6cc2dd67fabd0b03703d20722a9ed0ea;p=lyx.git diff --git a/src/ServerSocket.h b/src/ServerSocket.h index 420089984c..2b2ddd11d2 100644 --- a/src/ServerSocket.h +++ b/src/ServerSocket.h @@ -17,7 +17,7 @@ #include "support/FileName.h" #include "support/socktools.h" -#include +#include "support/shared_ptr.h" #include #include @@ -61,7 +61,7 @@ private: MAX_CLIENTS = 10 }; /// All connections - std::map > clients; + std::map > clients; };