clang: std::string is used here, fwd is not enough

(cherry picked from commit f41057cae6)
This commit is contained in:
Peter Kümmel 2011-12-07 16:03:37 +00:00 committed by Vincent van Ravesteijn
parent 036e0c2abd
commit 229fa2cd88
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#define LEXER_H
#include "support/strfwd.h"
#include <string>
namespace lyx {

View File

@ -147,4 +147,4 @@ What's new
* BUILD/INSTALLATION
-
- Fixed compilation with clang.