mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Fix compilation on cygwin
This commit is contained in:
parent
6869c3adff
commit
d2d33a6a1f
@ -15,7 +15,7 @@
|
|||||||
#ifndef BIBLIOINFO_H
|
#ifndef BIBLIOINFO_H
|
||||||
#define BIBLIOINFO_H
|
#define BIBLIOINFO_H
|
||||||
|
|
||||||
#include "support/strfwd.h"
|
#include "support/docstring.h"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#include "OutputEnums.h"
|
#include "OutputEnums.h"
|
||||||
|
|
||||||
#include "support/strfwd.h"
|
#include "support/docstring.h"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#ifndef ENCODING_H
|
#ifndef ENCODING_H
|
||||||
#define ENCODING_H
|
#define ENCODING_H
|
||||||
|
|
||||||
#include "support/strfwd.h"
|
#include "support/docstring.h"
|
||||||
#include "support/trivstring.h"
|
#include "support/trivstring.h"
|
||||||
#include "support/types.h"
|
#include "support/types.h"
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#ifndef LANGUAGE_H
|
#ifndef LANGUAGE_H
|
||||||
#define LANGUAGE_H
|
#define LANGUAGE_H
|
||||||
|
|
||||||
#include "support/strfwd.h"
|
#include "support/docstring.h"
|
||||||
#include "support/trivstring.h"
|
#include "support/trivstring.h"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
Loading…
Reference in New Issue
Block a user