[Libreoffice-commits] core.git: vcl/inc

Michael Weghorn (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 21 13:45:39 UTC 2019


 vcl/inc/jobset.h |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d7b45377ad245b74cd3ecfb209c7a54dd88545f8
Author:     Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Wed Aug 21 14:09:28 2019 +0200
Commit:     Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Wed Aug 21 15:44:28 2019 +0200

    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 at posteo.de>

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>
 


More information about the Libreoffice-commits mailing list