Make master compilable again with older gcc.

This commit is contained in:
Pavel Sanda 2020-10-21 00:01:03 +02:00
parent fe1cbc06c3
commit 5d0b1b640b
11 changed files with 9 additions and 8 deletions

View File

@ -12,7 +12,7 @@
#ifndef AUTHOR_H
#define AUTHOR_H
#include "support/strfwd.h"
#include "support/docstring.h"
#include <vector>

View File

@ -18,7 +18,6 @@
#include "Bullet.h"
#include "support/docstring.h"
#include "support/lassert.h"
using namespace std;

View File

@ -13,7 +13,7 @@
#ifndef BULLET_H
#define BULLET_H
#include "support/strfwd.h"
#include "support/docstring.h"
namespace lyx {

View File

@ -14,7 +14,7 @@
#include "Graph.h"
#include "OutputParams.h"
#include "support/strfwd.h"
#include "support/trivstring.h"
#include <vector>
#include <set>

View File

@ -14,6 +14,7 @@
#define ENCODING_H
#include "support/strfwd.h"
#include "support/trivstring.h"
#include "support/types.h"
#include <map>

View File

@ -15,6 +15,7 @@
#include "OutputParams.h"
#include "support/strfwd.h"
#include "support/trivstring.h"
#include <vector>

View File

@ -14,7 +14,6 @@
#include "LyXAction.h"
#include "support/debug.h"
#include "support/docstring.h"
#include "support/lstrings.h"
#include <climits>

View File

@ -14,7 +14,7 @@
#include "FuncCode.h"
#include "support/strfwd.h"
#include "support/docstring.h"
#include "frontends/KeyModifier.h"
#include "frontends/mouse_state.h"

View File

@ -12,7 +12,7 @@
#ifndef FUNC_STATUS_H
#define FUNC_STATUS_H
#include "support/strfwd.h"
#include "support/docstring.h"
namespace lyx {

View File

@ -16,6 +16,7 @@
#define LANGUAGE_H
#include "support/strfwd.h"
#include "support/trivstring.h"
#include <map>
#include <set>

View File

@ -28,7 +28,7 @@
#ifndef TEXROW_H
#define TEXROW_H
#include "support/strfwd.h"
#include "support/docstring.h"
#include "support/types.h"
#include <vector>