From d7b45377ad245b74cd3ecfb209c7a54dd88545f8 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Wed, 21 Aug 2019 14:09:28 +0200 Subject: [PATCH] jobset.h: Add missing include 'VCL_DLLPUBLIC' is used, which is defined in ''. 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 --- vcl/inc/jobset.h | 1 + 1 file changed, 1 insertion(+) 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 #include +#include #include #include