mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix missing includes after change 670efa8f64
This commit is contained in:
parent
d246aa7af5
commit
ac4cca6ed4
@ -31,6 +31,7 @@
|
||||
#include "support/TempFile.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
||||
using namespace std;
|
||||
using namespace lyx::support;
|
||||
|
@ -32,6 +32,8 @@
|
||||
#include "support/lstrings.h"
|
||||
#include "support/lyxalgo.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
using namespace lyx::support;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user