Use iostream instead of sstream and move it from header to cpp-source of LyX-Server

This commit is contained in:
Stephan Witt 2016-06-12 13:03:06 +02:00
parent fa190691a8
commit a80e0cacb9
2 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,8 @@
#include "support/bind.h"
#include <iostream>
#ifdef _WIN32
#include <io.h>
#include <QCoreApplication>

View File

@ -17,7 +17,6 @@
#include <boost/signals2/trackable.hpp>
#include <vector>
#include <sstream>
#ifdef _WIN32
#include <windows.h>