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>
This commit is contained in:
Michael Weghorn 2019-08-21 14:09:28 +02:00
parent 16006492d6
commit d7b45377ad

View file

@ -22,6 +22,7 @@
#include <rtl/ustring.hxx>
#include <i18nutil/paper.hxx>
#include <vcl/dllapi.h>
#include <vcl/prntypes.hxx>
#include <unordered_map>