]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sizeinset.C
mathed uglyfication
[lyx.git] / src / mathed / math_sizeinset.C
index c965f3e0a979685d6b177ebbd54f98faa8afdd81..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/std_ostream.h"
 
+#ifndef CXX_GLOBAL_CSTD
 using std::atoi;
+#endif
+
 using std::auto_ptr;