X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FServerSocket.h;h=1899e8b9ae82de30d2792252947b34a7b8982b10;hb=acc5af9912533261c37795971af269f77317f14f;hp=170826345920826beb0db70177ff7eb5e3897b27;hpb=a287184d720bc57a5b248939f81cfd26276086c7;p=lyx.git diff --git a/src/ServerSocket.h b/src/ServerSocket.h index 1708263459..1899e8b9ae 100644 --- a/src/ServerSocket.h +++ b/src/ServerSocket.h @@ -17,7 +17,8 @@ #include "support/FileName.h" #include "support/socktools.h" -#include +#include + #include #include @@ -63,7 +64,7 @@ private: MAX_CLIENTS = 10 }; /// All connections - std::map > clients; + std::map > clients; };