From: Peter Kümmel Date: Wed, 7 Dec 2011 16:03:37 +0000 (+0000) Subject: clang: std::string is used here, fwd is not enough X-Git-Tag: 2.0.4~148 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=229fa2cd88e155613a928f9a9c3be4be45c77c6c;p=features.git clang: std::string is used here, fwd is not enough (cherry picked from commit f41057cae61b9c0d1e14033f689e190912c242da) --- diff --git a/src/Lexer.h b/src/Lexer.h index 887f7f77fa..79efa5841b 100644 --- a/src/Lexer.h +++ b/src/Lexer.h @@ -18,7 +18,7 @@ #define LEXER_H #include "support/strfwd.h" - +#include namespace lyx { diff --git a/status.20x b/status.20x index 577627a041..3b13998b73 100644 --- a/status.20x +++ b/status.20x @@ -147,4 +147,4 @@ What's new * BUILD/INSTALLATION -- +- Fixed compilation with clang.