]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracinset.C
Georg Baum's vspace change
[lyx.git] / src / mathed / math_fracinset.C
index 06674c69edfe3d834d97381a7978d4ec6b37b615..b592e654d26f5e11fd922f54e8169f2818a5792f 100644 (file)
 #include <config.h>
 
 #include "math_fracinset.h"
-#include "frontends/Painter.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
 #include "textpainter.h"
+#include "LColor.h"
+#include "frontends/Painter.h"
 
 
+using std::string;
 using std::max;
 using std::auto_ptr;