mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Inset files: add includes to compile with cxx11
see the list thread "Re: use FindCXX11Compiler.cmake also for MSVC"
This commit is contained in:
parent
db05bf8fa2
commit
219b5645c2
@ -12,6 +12,8 @@
|
||||
|
||||
#include <config.h>
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
|
||||
|
||||
#include "InsetCommandParams.h"
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
|
||||
#include "frontends/Painter.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <ostream>
|
||||
|
||||
using namespace lyx::support;
|
||||
|
@ -25,6 +25,8 @@
|
||||
|
||||
#include "frontends/FontMetrics.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace lyx {
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "MathStream.h"
|
||||
#include "frontends/Painter.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <ostream>
|
||||
|
||||
namespace lyx {
|
||||
|
@ -20,6 +20,8 @@
|
||||
|
||||
#include "LaTeXFeatures.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace lyx {
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "support/convert.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue
Block a user