]> git.lyx.org Git - features.git/commitdiff
clang: std::string is used here, fwd is not enough
authorPeter Kümmel <syntheticpp@gmx.net>
Wed, 7 Dec 2011 16:03:37 +0000 (16:03 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 9 Apr 2012 13:17:17 +0000 (15:17 +0200)
(cherry picked from commit f41057cae61b9c0d1e14033f689e190912c242da)

src/Lexer.h
status.20x

index 887f7f77fa55293e177b6aaa87602c667eef44ec..79efa5841b1a1edbb23a80fe256691f9100009c8 100644 (file)
@@ -18,7 +18,7 @@
 #define LEXER_H
 
 #include "support/strfwd.h"
-
+#include <string>
 
 namespace lyx {
 
index 577627a041160ac130fe5d6f848e84b90e9305c9..3b13998b73a8b3329028da9056ca493232e16e28 100644 (file)
@@ -147,4 +147,4 @@ What's new
 
 * BUILD/INSTALLATION
 
-- 
+- Fixed compilation with clang.