diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-02-02 17:21:23 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-07-13 12:10:20 +0200 |
commit | b9ae1505e36157775b1002fdbd178d1c90cd91a9 (patch) | |
tree | e236fce90f7cf635321f827ad9c51c0a186d6395 /vcl/qa | |
parent | d72aad218c9737fb19d1a835b03c13b7107a96c0 (diff) |
Move scheduler task into its own header
Change-Id: I54534787b8cfa4c47dc09dde9c38a7893df9d367
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/lifecycle.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/qa/cppunit/lifecycle.cxx b/vcl/qa/cppunit/lifecycle.cxx index b3a73af757a3..6cede7ceee4d 100644 --- a/vcl/qa/cppunit/lifecycle.cxx +++ b/vcl/qa/cppunit/lifecycle.cxx @@ -20,6 +20,7 @@ #include <vcl/dialog.hxx> #include <vcl/layout.hxx> #include <vcl/svapp.hxx> +#include <vcl/scheduler.hxx> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/lang/XComponent.hpp> |