mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
clang: std::string is used here, fwd is not enough
(cherry picked from commit f41057cae6
)
This commit is contained in:
parent
036e0c2abd
commit
229fa2cd88
@ -18,7 +18,7 @@
|
||||
#define LEXER_H
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace lyx {
|
||||
|
||||
|
@ -147,4 +147,4 @@ What's new
|
||||
|
||||
* BUILD/INSTALLATION
|
||||
|
||||
-
|
||||
- Fixed compilation with clang.
|
||||
|
Loading…
Reference in New Issue
Block a user