]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
Herbert's latest graphics patch.
[lyx.git] / src / paragraph_pimpl.h
index d5864f38c43d981897e4fc46cdcec3bf80ddc7f3..747f6611234c99abd62c41478b00ab20619045f6 100644 (file)
 
 #include "paragraph.h"
 #include "ParagraphParameters.h"
+
 #include <boost/array.hpp>
 
+class LyXLayout;
+
 struct Paragraph::Pimpl {
        ///
        typedef std::vector<value_type> TextContainer;