]> git.lyx.org Git - lyx.git/blobdiff - src/support/SystemcallPrivate.h
File missing in the tarball
[lyx.git] / src / support / SystemcallPrivate.h
index 4fee2c698bce075604c8d9ee770475245ca66e85..820beac4f0f2d196d59981f0d83a56390032212b 100644 (file)
 #define SYSTEMCALLPRIVATE_H
 
 #include <QObject>
-
 #include <QProcess>
 
+#include <string>
+
 namespace lyx {
 namespace support {
 
@@ -30,7 +31,7 @@ class SystemcallPrivate : public QObject
 {
        Q_OBJECT
 public:
-       SystemcallPrivate(const std::string& outfile);
+       SystemcallPrivate(std::string const & outfile);
        ~SystemcallPrivate();
 
        /// Should the standard output be displayed?