Fix compilation with CMake on linux. (Am I the only one having this problem ?).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33197 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-01-24 13:57:45 +00:00
parent c1e79cde53
commit 5d91b83813

View File

@ -13,9 +13,10 @@
#define SYSTEMCALLPRIVATE_H #define SYSTEMCALLPRIVATE_H
#include <QObject> #include <QObject>
#include <QProcess> #include <QProcess>
#include <string>
namespace lyx { namespace lyx {
namespace support { namespace support {
@ -30,7 +31,7 @@ class SystemcallPrivate : public QObject
{ {
Q_OBJECT Q_OBJECT
public: public:
SystemcallPrivate(const std::string& outfile); SystemcallPrivate(std::string const & outfile);
~SystemcallPrivate(); ~SystemcallPrivate();
/// Should the standard output be displayed? /// Should the standard output be displayed?