]> git.lyx.org Git - features.git/commitdiff
Fix compilation on cygwin
authorEnrico Forestieri <forenr@lyx.org>
Fri, 23 Oct 2020 12:59:54 +0000 (14:59 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Fri, 23 Oct 2020 13:00:23 +0000 (15:00 +0200)
src/BiblioInfo.h
src/Counters.h
src/Encoding.h
src/Language.h

index 008c7c753e053a0a06bcd596d370042994bf3d42..ca5cdad366305a8e3749d47a3a4e4cf97dec90cf 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef BIBLIOINFO_H
 #define BIBLIOINFO_H
 
-#include "support/strfwd.h"
+#include "support/docstring.h"
 
 #include <map>
 #include <set>
index e411bbb26cd94b3bb148ebdb9d11bc39fa75bfdd..959a2f4133614ec2f0f576a6a8d998be76e52091 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "OutputEnums.h"
 
-#include "support/strfwd.h"
+#include "support/docstring.h"
 
 #include <map>
 #include <vector>
index bd919f6e71e6b5aef6d991788b11eaf36b721e81..6a96843607621adc7519ddee6b8e9a5a80ccc167 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef ENCODING_H
 #define ENCODING_H
 
-#include "support/strfwd.h"
+#include "support/docstring.h"
 #include "support/trivstring.h"
 #include "support/types.h"
 
index 30173be3f4751e5b6b92b030dda54d431c936f0f..ad8badffbc363ac05aaddd0eaf29b05b19da51d2 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef LANGUAGE_H
 #define LANGUAGE_H
 
-#include "support/strfwd.h"
+#include "support/docstring.h"
 #include "support/trivstring.h"
 
 #include <map>