]> git.lyx.org Git - lyx.git/blobdiff - src/support/systemcall.C
Create a grfx::Loader class and so move large chunks of code out of
[lyx.git] / src / support / systemcall.C
index 600dbdb0168b693aebc0a9f86fcc2ed76cdd72bd..b7040fcba3037e0328a3aa17fec3f1e003fbee56 100644 (file)
@@ -20,6 +20,9 @@
 
 #include <cstdlib>
 
+#ifndef CXX_GLOBAL_CSTD
+using std::system;
+#endif
 
 // Reuse of instance
 int Systemcall::startscript(Starttype how, string const & what)