summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2018-02-13 07:11:57 +0100
committerMichael Meeks <michael.meeks@collabora.com>2018-02-13 07:12:32 +0100
commitc6b702cdd50003f756247e6352357e535f7167a0 (patch)
tree6ca4936e7147963ca8af2e47817e80557b808d12 /vcl/source
parented8221aa0b1550834f8ca18ca3af21f2a41e678d (diff)
Add missing SVLIBRARY include.
Change-Id: I10a1d9430f38499d77ad528ef98cff260873d4de
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/window/builder.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 8deda5a66b83..353db7d5c633 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -44,6 +44,7 @@
#include <xmlreader/xmlreader.hxx>
#include <desktop/crashreport.hxx>
#include <strings.hrc>
+#include <tools/svlibrary.h>
#ifdef DISABLE_DYNLOADING
#include <dlfcn.h>