]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.cpp
Prepare for mutlicolumn lines
[lyx.git] / src / mathed / InsetMathRoot.cpp
index 38ffb18ff3cecb28134fd6537eab05bed40da1c4..2b4b668b9d5a6235b94983511569acec606d7a88 100644 (file)
 
 #include "InsetMathRoot.h"
 
-#include "LaTeXFeatures.h"
 #include "MathData.h"
 #include "MathStream.h"
+
 #include "Cursor.h"
+#include "LaTeXFeatures.h"
+#include "MetricsInfo.h"
 
 #include "frontends/Painter.h"
 
+
 using namespace std;
 
 namespace lyx {