diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2020-05-29 18:47:17 +1000 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-06-26 10:14:39 +0200 |
commit | 1a6b0f167d8ecba3b3d07fd48c43394e38b58702 (patch) | |
tree | c1abaaa39895226dac590d64aaff3c8bb87bccee /vcl/headless | |
parent | e4e69bb6751ffdc53d8a4d8869249545c9eb64f0 (diff) |
vcl: split off QueueInfo to own files
Change-Id: Ib2904066edd371229c5daa09b81b210e99853895
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96251
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/headless')
-rw-r--r-- | vcl/headless/svpprn.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/headless/svpprn.cxx b/vcl/headless/svpprn.cxx index aa8cd59de2d2..7ecb59f8c0b2 100644 --- a/vcl/headless/svpprn.cxx +++ b/vcl/headless/svpprn.cxx @@ -19,6 +19,7 @@ #include <vcl/svapp.hxx> #include <vcl/timer.hxx> +#include <vcl/QueueInfo.hxx> #include <printerinfomanager.hxx> #include <jobset.h> |