]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.cpp
Cmake export tests: Handle attic files with now missing references to png graphics
[lyx.git] / src / VCBackend.cpp
index 06fa0dfcf153b20e9e95344408b3bb74deb8916c..6a6ea080d7691381a7abc35beb04c1ed3f8ff1c0 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "VCBackend.h"
 #include "Buffer.h"
+#include "DispatchResult.h"
 #include "LyX.h"
 #include "FuncRequest.h"
 
@@ -43,7 +44,7 @@ int VCS::doVCCommandCall(string const & cmd, FileName const & path)
        LYXERR(Debug::LYXVC, "doVCCommandCall: " << cmd);
        Systemcall one;
        support::PathChanger p(path);
-       return one.startscript(Systemcall::Wait, cmd, string(), false);
+       return one.startscript(Systemcall::Wait, cmd, string(), string(), false);
 }