]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.cpp
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathNumber.cpp
index a352c6f8618337922ea1347af76d36a7cadafb04..62017795bdebf693cc9e0ecdceaa70af150ee87f 100644 (file)
 #include "MathStream.h"
 #include "MathSupport.h"
 
+using namespace std;
 
-namespace lyx {
 
-using std::vector;
+namespace lyx {
 
 InsetMathNumber::InsetMathNumber(docstring const & s)
        : str_(s)