]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlVCLog.C
John's character.C patch (bug fix).
[lyx.git] / src / frontends / controllers / ControlVCLog.C
index 087cd5fa7710d8eb55cadd5ee341a421af48b20c..cc0ad7f7790f8d41d25672c7e76759a5edf4a912 100644 (file)
 #include "ButtonControllerBase.h"
 #include "ControlVCLog.h"
 #include "buffer.h"
+#include "BufferView.h"
 #include "LyXView.h"
 #include "Dialogs.h"
 #include "lyxrc.h"
+#include "support/lyxlib.h"
 
 using SigC::slot;
 using std::endl;
@@ -43,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();