]> git.lyx.org Git - lyx.git/blobdiff - src/iterators.C
ws changes only
[lyx.git] / src / iterators.C
index 920c66ab7c586bbbfdec67b3d7e55329002827a1..0711990bb2f5391d24d48ed228675037476973af 100644 (file)
 #include "iterators.h"
 #include "paragraph.h"
 
+#include "insets/inset.h"
+
 #include <boost/next_prior.hpp>
 #include <boost/optional.hpp>
 
 // it's conceptionally a stack, but undo needs random access...
 //#include <stack>
-#include <vector>
 
 using boost::next;
 using boost::optional;