]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/xarray.C
some fixes for compaq cxx
[lyx.git] / src / mathed / xarray.C
index 3dc1d54f6bf68d79af6dce4c1b81d45025ca1d3e..d36c8d5abe81f9c9920ca47369b696971edc2b8b 100644 (file)
@@ -11,8 +11,8 @@
 #include "math_defs.h"
 #include "Painter.h"
 
-using namespace std;
-
+using std::max;
+using std::min;
 
 MathXArray::MathXArray()
        : width_(0), ascent_(0), descent_(0), xo_(0), yo_(0), style_(LM_ST_TEXT)