]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_symbols.C
Hopefully fix the problem with stateText() in lyxfont.C
[lyx.git] / src / mathed / math_symbols.C
index ed2750560ed94878fb05a1f6985a794d2c03bc89..0fe7451ce7abab29e6970bf0894bb125c1c031ab 100644 (file)
@@ -23,7 +23,6 @@
 #endif
 
 #include <algorithm>
-using std::max;
 
 #include "lyx_main.h"
 #include "buffer.h"
@@ -40,6 +39,10 @@ using std::max;
 #include "math_panel.h"                 
 #include "math_parser.h"
 
+using std::max;
+using std::endl;
+using std::ostream;
+
 extern short greek_kb_flag;
 
 extern BufferView * current_view;