]> git.lyx.org Git - features.git/blobdiff - src/lyx_main.C
Compaq cxx 6.5 will now compile lyx.
[features.git] / src / lyx_main.C
index 4b3bbe4b9d95793bdf80e58dc572b5eaf8d5333d..f60b69ee8fa6d659fdd0dcaf768b7042bcd4a81a 100644 (file)
@@ -51,7 +51,9 @@
 using std::endl;
 
 #ifndef CXX_GLOBAL_CSTD
+using std::exit;
 using std::signal;
+using std::system;
 #endif
 
 extern void LoadLyXFile(string const &);