Inset files: add includes to compile with cxx11

see the list thread "Re: use FindCXX11Compiler.cmake also for MSVC"
This commit is contained in:
Uwe Stöhr 2015-12-10 01:15:16 +01:00
parent db05bf8fa2
commit 219b5645c2
6 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,8 @@
#include <config.h>
#include <algorithm>
#include <functional>
#include "InsetCommandParams.h"

View File

@ -24,6 +24,7 @@
#include "frontends/Painter.h"
#include <algorithm>
#include <ostream>
using namespace lyx::support;

View File

@ -25,6 +25,8 @@
#include "frontends/FontMetrics.h"
#include <algorithm>
using namespace std;
namespace lyx {

View File

@ -16,6 +16,7 @@
#include "MathStream.h"
#include "frontends/Painter.h"
#include <algorithm>
#include <ostream>
namespace lyx {

View File

@ -20,6 +20,8 @@
#include "LaTeXFeatures.h"
#include <algorithm>
using namespace std;
namespace lyx {

View File

@ -22,6 +22,7 @@
#include "support/convert.h"
#include "support/lstrings.h"
#include <algorithm>
#include <iostream>
#include <sstream>
#include <vector>