From 229fa2cd88e155613a928f9a9c3be4be45c77c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Wed, 7 Dec 2011 16:03:37 +0000 Subject: [PATCH] clang: std::string is used here, fwd is not enough (cherry picked from commit f41057cae61b9c0d1e14033f689e190912c242da) --- src/Lexer.h | 2 +- status.20x | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.