diff options
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r-- | desktop/inc/app.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 91dde49439ab..56ec44ac89db 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -31,7 +31,9 @@ #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/uno/Reference.h> #include <osl/mutex.hxx> + #include <memory> +#include <thread> namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; @@ -174,6 +176,7 @@ class Desktop : public Application std::unique_ptr<Lockfile> m_xLockfile; Timer m_firstRunTimer; + std::thread m_aUpdateThread; static ResMgr* pResMgr; }; |