]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
reintrodoce operator<< fix
[lyx.git] / src / LaTeXFeatures.h
index 5e6ff72c565b86a48e8ad858d4cbd22b4d16b195..91165ad7f033e9e0b6e584804dbc2d4821719718 100644 (file)
@@ -21,9 +21,9 @@
 #include <set>
 
 #include "LString.h"
+#include "layout.h"
 
 class BufferParams; 
-class LyXTextClass;
 struct Language;
 
 /** The packages and commands that a buffer needs. This struct
@@ -34,7 +34,7 @@ struct Language;
 */
 struct LaTeXFeatures {
        ///
-       LaTeXFeatures(BufferParams const &, int n) ;
+       LaTeXFeatures(BufferParams const &, LyXTextClass::size_type n) ;
        /// The packaes needed by the document
        string const getPackages();
        /// The macros definitions needed by the document