mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Make master compilable again with older gcc.
This commit is contained in:
parent
fe1cbc06c3
commit
5d0b1b640b
@ -12,7 +12,7 @@
|
||||
#ifndef AUTHOR_H
|
||||
#define AUTHOR_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
#include "Bullet.h"
|
||||
|
||||
#include "support/docstring.h"
|
||||
#include "support/lassert.h"
|
||||
|
||||
using namespace std;
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifndef BULLET_H
|
||||
#define BULLET_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "Graph.h"
|
||||
#include "OutputParams.h"
|
||||
#include "support/strfwd.h"
|
||||
#include "support/trivstring.h"
|
||||
|
||||
#include <vector>
|
||||
#include <set>
|
||||
|
@ -14,6 +14,7 @@
|
||||
#define ENCODING_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/trivstring.h"
|
||||
#include "support/types.h"
|
||||
|
||||
#include <map>
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "OutputParams.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/trivstring.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include "LyXAction.h"
|
||||
|
||||
#include "support/debug.h"
|
||||
#include "support/docstring.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include <climits>
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "FuncCode.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
#include "frontends/KeyModifier.h"
|
||||
#include "frontends/mouse_state.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef FUNC_STATUS_H
|
||||
#define FUNC_STATUS_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
@ -16,6 +16,7 @@
|
||||
#define LANGUAGE_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/trivstring.h"
|
||||
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
@ -28,7 +28,7 @@
|
||||
#ifndef TEXROW_H
|
||||
#define TEXROW_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
#include "support/docstring.h"
|
||||
#include "support/types.h"
|
||||
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue
Block a user