]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Final fix to get unit with optional arg (value) working
[lyx.git] / src / Buffer.cpp
index 75799f764969b5ba665083e19a90f4e964a6a041..67b9ab70730e4b5bec1d2e60a5d4802ad62cbbd1 100644 (file)
@@ -33,6 +33,7 @@
 #include "Language.h"
 #include "LaTeX.h"
 #include "LaTeXFeatures.h"
+#include "Layout.h"
 #include "LyXAction.h"
 #include "Lexer.h"
 #include "Text.h"
@@ -143,7 +144,7 @@ namespace fs = boost::filesystem;
 
 namespace {
 
-int const LYX_FORMAT = 285;
+int const LYX_FORMAT = 288; //RGH, command insets
 
 } // namespace anon