X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxtextclasslist.h;h=978eb2afbe9640f5944fc361af20303eaa2d0244;hb=37d42d45f3f4a5d3e916a080af50b37ae4a9d118;hp=8fa66f2ae11ed3dfb45691e875f76311a4b9fa83;hpb=236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df;p=lyx.git diff --git a/src/lyxtextclasslist.h b/src/lyxtextclasslist.h index 8fa66f2ae1..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 "support/std_string.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;