X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxvc.h;h=dc7d0a5b96f6213b8322e11d54a2bfa657dcff7a;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=8c929f23fafaa0cf8aa14f68d413262b9636f684;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/lyxvc.h b/src/lyxvc.h index 8c929f23fa..dc7d0a5b96 100644 --- a/src/lyxvc.h +++ b/src/lyxvc.h @@ -12,9 +12,14 @@ #ifndef LYX_VC_H #define LYX_VC_H +#include + #include +namespace lyx { + + class VCS; class Buffer; @@ -100,7 +105,10 @@ private: Buffer * owner_; /// - VCS * vcs; + boost::scoped_ptr vcs; }; + +} // namespace lyx + #endif