]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
lyxstring compile fixes ; small stuff
[lyx.git] / src / BufferView.h
index a239d0ce6d4f1ec118ec55a54c33dab726cddab0..6a783e7c231b8f3d73e7bbc86c1ba1de9c2bf4f3 100644 (file)
@@ -19,6 +19,7 @@
 #include "LString.h"
 #include "undo.h"
 #include "commandtags.h"
+#include "insets/inset.h"
 #include <boost/utility.hpp>
 
 class LyXView;
@@ -28,6 +29,8 @@ class Buffer;
 class LyXScreen;
 class WorkArea;
 class Language;
+class Painter;
+class UpdatableInset;
 
 ///
 class BufferView : boost::noncopyable {