]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.cpp
Fix bug #8782.
[lyx.git] / src / mathed / InsetMathSqrt.cpp
index a8a1122f4993453f64911ae828dac69f7f73a7b8..d04eab3abf302b6dcf7c85613d49962ddde3646e 100644 (file)
 
 #include "InsetMathSqrt.h"
 
-#include "LaTeXFeatures.h"
 #include "MathData.h"
 #include "MathStream.h"
+
+#include "LaTeXFeatures.h"
+#include "MetricsInfo.h"
 #include "TextPainter.h"
+
 #include "frontends/Painter.h"