From 5d91b838131bba24549a202b41ff152fbc954a57 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sun, 24 Jan 2010 13:57:45 +0000 Subject: [PATCH] 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 --- src/support/SystemcallPrivate.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/support/SystemcallPrivate.h b/src/support/SystemcallPrivate.h index 4fee2c698b..820beac4f0 100644 --- a/src/support/SystemcallPrivate.h +++ b/src/support/SystemcallPrivate.h @@ -13,9 +13,10 @@ #define SYSTEMCALLPRIVATE_H #include - #include +#include + 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? -- 2.39.2