X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxtextclasslist.h;h=978eb2afbe9640f5944fc361af20303eaa2d0244;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=5e3ec8e9a95d802cab33ce911a34acca385c70e1;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/lyxtextclasslist.h b/src/lyxtextclasslist.h index 5e3ec8e9a9..978eb2afbe 100644 --- a/src/lyxtextclasslist.h +++ b/src/lyxtextclasslist.h @@ -12,15 +12,15 @@ #ifndef LYXTEXTCLASSLIST_H #define LYXTEXTCLASSLIST_H +#include "lyxtextclass.h" + #include "support/types.h" #include -#include "LString.h" - +#include #include -class LyXTextClass; class LyXLayout; /// Reads the style files @@ -40,7 +40,7 @@ public: /// Gets textclass number from name, -1 if textclass name does not exist std::pair const - NumberOfClass(string const & textclass) const; + NumberOfClass(std::string const & textclass) const; /// LyXTextClass const & operator[](lyx::textclass_type textclass) const;