]> git.lyx.org Git - lyx.git/blobdiff - src/support/socktools.cpp
Replace the text class shared ptr by good old index-into-global-list.
[lyx.git] / src / support / socktools.cpp
index 7537e126043afd9f91b5ec37b2f4fe45237d8b8f..25e9716e4967c38bbb94aae4ba9ab400b1f86ea1 100644 (file)
@@ -37,8 +37,6 @@ int accept(int)
 
 #else // defined (HAVE_FCNTL)
 
-#include "support/lyxlib.h"
-
 #include "support/debug.h"
 
 #include <sys/socket.h>
@@ -49,6 +47,7 @@ int accept(int)
 #endif
 
 #include <cerrno>
+#include <string>
 
 using namespace std;