]> git.lyx.org Git - lyx.git/blobdiff - src/RowList_fwd.h
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / RowList_fwd.h
index c1a4de1cf1ff6c9c1e62e78a5501beaf9e4c62bf..168bf6ef709e3441fead0c6c55c9233bae3b206e 100644 (file)
 #include "lyxrow.h"
 
 #include <vector>
+#include <map>
+
+
+namespace lyx {
 
 /**
  * Each paragraph is broken up into a number of rows on the screen.
  * downwards.
  */
 typedef std::vector<Row> RowList;
+///
+typedef std::vector<size_type> RowSignature;
+
+
+} // namespace lyx
 
 #endif