]> git.lyx.org Git - features.git/commitdiff
Use iostream instead of sstream and move it from header to cpp-source of LyX-Server
authorStephan Witt <switt@lyx.org>
Sun, 12 Jun 2016 11:03:06 +0000 (13:03 +0200)
committerStephan Witt <switt@lyx.org>
Sun, 12 Jun 2016 11:03:06 +0000 (13:03 +0200)
src/Server.cpp
src/Server.h

index 1a66682bc40f9e95db5cfc851fd38bb78457b299..c88ae8241a65e8664be701b8d81c2b7cd56fe5e2 100644 (file)
@@ -58,6 +58,8 @@
 
 #include "support/bind.h"
 
+#include <iostream>
+
 #ifdef _WIN32
 #include <io.h>
 #include <QCoreApplication>
index 2c1162d8d0c084c62a564d59beffd0a24c19bd43..1a46c892817a5d6380c172d388bb8ad92d5eb29a 100644 (file)
@@ -17,7 +17,6 @@
 #include <boost/signals2/trackable.hpp>
 
 #include <vector>
-#include <sstream>
 
 #ifdef _WIN32
 #include <windows.h>