]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / tabular.h
index 75f9feacf0b7c5e5d7ff00fbad5df07bd983923d..2b34120c857007d93c114b2f5d60df25e2fc8873 100644 (file)
@@ -16,7 +16,6 @@
 #pragma interface
 #endif
 
-#include "lyxlex.h"
 #include "layout.h"
 #include "LString.h"
 #include "lyxlength.h"
 #include <vector>
 
 class InsetTabular;
+class BufferParams;
 class LaTeXFeatures;
 class Buffer;
+class LyXLex;
 
 /* The features the text class offers for tables */
 
@@ -60,6 +61,8 @@ public:
                ///
                ALIGN_CENTER,
                ///
+               ALIGN_BLOCK,
+               ///
                VALIGN_TOP,
                ///
                VALIGN_BOTTOM,