mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
gcc 12 compilation fixes
This commit is contained in:
parent
9fc89762ee
commit
97dd1c4702
@ -44,6 +44,7 @@
|
|||||||
|
|
||||||
#include "support/regex.h"
|
#include "support/regex.h"
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
@ -53,6 +53,8 @@
|
|||||||
|
|
||||||
#include "support/regex.h"
|
#include "support/regex.h"
|
||||||
|
|
||||||
|
#include <iterator>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace lyx::support;
|
using namespace lyx::support;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user