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