]> git.lyx.org Git - lyx.git/blobdiff - src/RowList_fwd.h
Implement os::current_root for native Win32 builds.
[lyx.git] / src / RowList_fwd.h
index a86fae5e53ed64ca255893dad6f36fe69d3fc711..1682257b0a7f95f2f862b3ec476be2762bd056ec 100644 (file)
@@ -12,9 +12,9 @@
 #ifndef ROW_LIST_FWD_H
 #define ROW_LIST_FWD_H
 
-#include <vector>
+#include "lyxrow.h"
 
-class Row;
+#include <vector>
 
 typedef std::vector<Row> RowList;