]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlVCLog.C
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ControlVCLog.C
index 600ea3c996664fc9b470f85b5b4e4fb69a85044c..cc0ad7f7790f8d41d25672c7e76759a5edf4a912 100644 (file)
@@ -28,6 +28,7 @@
 #include "LyXView.h"
 #include "Dialogs.h"
 #include "lyxrc.h"
+#include "support/lyxlib.h"
 
 using SigC::slot;
 using std::endl;
@@ -44,7 +45,7 @@ string const ControlVCLog::getBufferFileName() const
 }
 
 
-std::stringstream & ControlVCLog::getVCLogFile(std::stringstream & ss) const
+stringstream & ControlVCLog::getVCLogFile(stringstream & ss) const
 {
        string const name = lv_.view()->buffer()->lyxvc.getLogFile();