diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-08-28 12:42:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-08-28 14:19:34 +0200 |
commit | 63ee66fd965aa2c40e8aca708d9d370cf419ce33 (patch) | |
tree | ee30262790da2ab975e718e138c4f57d95297d82 /vcl | |
parent | 616718a05c5625f1752a86d2223241d2dde2bdee (diff) |
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@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/builder.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 |