]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.C
Make lyx2lyx output the new external inset format.
[lyx.git] / src / MenuBackend.C
index c9beb750722f8b35d52a8447b6897575ee9086ae..9a506537b07022445ae917812f37f949a463f6f5 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <config.h>
 
-#include <algorithm>
 #include "MenuBackend.h"
 #include "lyxlex.h"
 #include "LyXAction.h"
@@ -33,6 +32,9 @@
 #include "support/filetools.h"
 #include "support/lyxfunctional.h"
 #include "support/lstrings.h"
+#include "support/tostr.h"
+
+#include <algorithm>
 
 extern BufferList bufferlist;
 extern boost::scoped_ptr<kb_keymap> toplevel_keymap;