mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Use iostream instead of sstream and move it from header to cpp-source of LyX-Server
This commit is contained in:
parent
fa190691a8
commit
a80e0cacb9
@ -58,6 +58,8 @@
|
||||
|
||||
#include "support/bind.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <io.h>
|
||||
#include <QCoreApplication>
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include <boost/signals2/trackable.hpp>
|
||||
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
|
Loading…
Reference in New Issue
Block a user