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:
parent
16006492d6
commit
d7b45377ad
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <i18nutil/paper.hxx>
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/prntypes.hxx>
|
||||
#include <unordered_map>
|
||||
|
||||
|
|
Loading…
Reference in a new issue