]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.h
de.po
[lyx.git] / src / insets / InsetTOC.h
index bd6ba17973453d9e7f3d820c03042925c56e716e..4d48c3220f5ce40acf031689966539ca7290e3c0 100644 (file)
 
 #include "InsetCommand.h"
 
+#include "Toc.h"
+
 
 namespace lyx {
 
 class Paragraph;
-class Toc;
 
 /// Used to insert table of contents and similar lists
 /// at present, supports only \tableofcontents and \listoflistings.
@@ -69,7 +70,7 @@ private:
        void makeTOCNoDepth(XHTMLStream & xs, Toc const & toc, const OutputParams & op) const;
        ///
        void makeTOCEntry(XHTMLStream & xs, Paragraph const & par, OutputParams const & op) const;
-       
+
        /// \name Private functions inherited from Inset class
        //@{
        ///