[Libreoffice-commits] core.git: vcl/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Aug 28 12:22:21 UTC 2019
vcl/source/window/builder.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 63ee66fd965aa2c40e8aca708d9d370cf419ce33
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Aug 28 12:42:29 2019 +0200
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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
More information about the Libreoffice-commits
mailing list