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 /desktop/qa/desktop_lib | |
parent | d72aad218c9737fb19d1a835b03c13b7107a96c0 (diff) |
Move scheduler task into its own header
Change-Id: I54534787b8cfa4c47dc09dde9c38a7893df9d367
Diffstat (limited to 'desktop/qa/desktop_lib')
-rw-r--r-- | desktop/qa/desktop_lib/test_desktop_lib.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx index 0152bfa4aa05..58aea8beb431 100644 --- a/desktop/qa/desktop_lib/test_desktop_lib.cxx +++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx @@ -39,6 +39,7 @@ #include <cairo.h> #include <ostream> #include <config_features.h> +#include <vcl/scheduler.hxx> #include <lib/init.hxx> |