vcl/source/window/builder.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 63ee66fd965aa2c40e8aca708d9d370cf419ce33
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Aug 28 12:42:29 2019 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Aug 28 14:19:34 2019 +0200

    Blind fix for ENABLE_MERGELIBS
    
    ...after 55402d82c5a81322ff7bca3c277a8813bd967a09 "tdf#42949 Fix IWYU 
warnings
    in vcl/source/[o-w]*/" had caused tb62 to fail with
    
    > 
C:/cygwin64/home/buildslave/source/libo-core/vcl/source/window/builder.cxx(1604):
 error C3861: "SVLIBRARY": Bezeichner wurde nicht gefunden.
    [...]
    > 
C:/cygwin64/home/buildslave/source/libo-core/vcl/source/window/builder.cxx(2294):
 error C3861: "SVLIBRARY": Bezeichner wurde nicht gefunden.
    
    Change-Id: I2102454bf12dc3a04d630ab09cb427471fef99d4
    Reviewed-on: https://gerrit.libreoffice.org/78223
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index e25665771af1..486d0572bff5 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -60,6 +60,7 @@
 #include <strings.hrc>
 #include <aboutdialog.hxx>
 #include <treeglue.hxx>
+#include <tools/svlibrary.h>
 #include <tools/diagnose_ex.h>
 
 #ifdef DISABLE_DYNLOADING
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to