diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2019-08-21 14:09:28 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2019-08-21 15:44:28 +0200 |
commit | d7b45377ad245b74cd3ecfb209c7a54dd88545f8 (patch) | |
tree | 519f40628f7c778068442671f7de505bc06f578a /vcl | |
parent | 16006492d6b1e26fdb13176b9a5ed74e4048218b (diff) |
jobset.h: Add missing include
'VCL_DLLPUBLIC' is used, which is defined in
'<vcl/dllapi.h>'.
A compile error could be provoked e.g. by
moving the 'jobset.h' include in
'vcl/unx/generic/print/genprnpsp.cxx' above all
other includes.
Change-Id: I39de6f213da2fa0ceaa9e9557c24062c2aef1586
Reviewed-on: https://gerrit.libreoffice.org/77883
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/jobset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/jobset.h b/vcl/inc/jobset.h index c404f0c8cec8..ce53c0541284 100644 --- a/vcl/inc/jobset.h +++ b/vcl/inc/jobset.h @@ -22,6 +22,7 @@ #include <rtl/ustring.hxx> #include <i18nutil/paper.hxx> +#include <vcl/dllapi.h> #include <vcl/prntypes.hxx> #include <unordered_map> |