Fix missing includes after change 670efa8f646218f2a378f0cc614c4c37a9f6b89a

This commit is contained in:
Stephan Witt 2016-07-04 12:11:24 +02:00
parent d246aa7af5
commit ac4cca6ed4
2 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include "support/TempFile.h" #include "support/TempFile.h"
#include <fstream> #include <fstream>
#include <sstream>
using namespace std; using namespace std;
using namespace lyx::support; using namespace lyx::support;

View File

@ -32,6 +32,8 @@
#include "support/lstrings.h" #include "support/lstrings.h"
#include "support/lyxalgo.h" #include "support/lyxalgo.h"
#include <iostream>
using namespace std; using namespace std;
using namespace lyx::support; using namespace lyx::support;