]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sizeinset.C
mathed uglyfication
[lyx.git] / src / mathed / math_sizeinset.C
index 0e9e4cca067914ea64eb3332eb997154f4fde267..04ee8dadee3244d7c4fe9093beec4405f9fa5b97 100644 (file)
 #include <config.h>
 
 #include "math_sizeinset.h"
-#include "math_parser.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
+#include "math_parser.h"
 #include "math_streamstr.h"
-#include "support/LOstream.h"
+#include "support/std_ostream.h"
 
+#ifndef CXX_GLOBAL_CSTD
 using std::atoi;
+#endif
+
 using std::auto_ptr;