diff options
Diffstat (limited to 'vcl/unx')
46 files changed, 47 insertions, 0 deletions
diff --git a/vcl/unx/generic/app/saldata.cxx b/vcl/unx/generic/app/saldata.cxx index 9fb0aa5c799a..cf3ba86da73b 100644 --- a/vcl/unx/generic/app/saldata.cxx +++ b/vcl/unx/generic/app/saldata.cxx @@ -58,6 +58,7 @@ #include <osl/thread.h> #include <rtl/strbuf.hxx> #include <rtl/bootstrap.hxx> +#include <sal/log.hxx> #include <tools/debug.hxx> #include <vcl/svapp.hxx> diff --git a/vcl/unx/generic/app/sm.cxx b/vcl/unx/generic/app/sm.cxx index feb6bbca4d5e..722819a7f515 100644 --- a/vcl/unx/generic/app/sm.cxx +++ b/vcl/unx/generic/app/sm.cxx @@ -28,6 +28,7 @@ #include <fcntl.h> #include <rtl/strbuf.hxx> +#include <sal/log.hxx> #include <rtl/process.h> #include <osl/security.h> diff --git a/vcl/unx/generic/dtrans/X11_selection.cxx b/vcl/unx/generic/dtrans/X11_selection.cxx index 40455e4756b5..5e1c1b3754be 100644 --- a/vcl/unx/generic/dtrans/X11_selection.cxx +++ b/vcl/unx/generic/dtrans/X11_selection.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <cstdlib> diff --git a/vcl/unx/generic/dtrans/X11_transferable.cxx b/vcl/unx/generic/dtrans/X11_transferable.cxx index 3b7453b7d89f..f83e6d581d82 100644 --- a/vcl/unx/generic/dtrans/X11_transferable.cxx +++ b/vcl/unx/generic/dtrans/X11_transferable.cxx @@ -21,6 +21,7 @@ #include <X11/Xatom.h> #include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp> #include <com/sun/star/io/IOException.hpp> +#include <sal/log.hxx> using namespace com::sun::star::datatransfer; using namespace com::sun::star::lang; diff --git a/vcl/unx/generic/fontmanager/fontconfig.cxx b/vcl/unx/generic/fontmanager/fontconfig.cxx index a746061b8ebb..10cb3a76f3fa 100644 --- a/vcl/unx/generic/fontmanager/fontconfig.cxx +++ b/vcl/unx/generic/fontmanager/fontconfig.cxx @@ -30,6 +30,7 @@ #include <i18nlangtag/languagetag.hxx> #include <i18nutil/unicode.hxx> #include <rtl/strbuf.hxx> +#include <sal/log.hxx> #include <unicode/uchar.h> #include <unicode/uscript.h> #include <officecfg/Office/Common.hxx> diff --git a/vcl/unx/generic/fontmanager/fontmanager.cxx b/vcl/unx/generic/fontmanager/fontmanager.cxx index a71fb7da6457..e301ab701d2b 100644 --- a/vcl/unx/generic/fontmanager/fontmanager.cxx +++ b/vcl/unx/generic/fontmanager/fontmanager.cxx @@ -47,6 +47,7 @@ #include <rtl/strbuf.hxx> #include <sal/macros.h> +#include <sal/log.hxx> #include <i18nlangtag/applelangid.hxx> #include <i18nlangtag/mslangid.hxx> diff --git a/vcl/unx/generic/fontmanager/helper.cxx b/vcl/unx/generic/fontmanager/helper.cxx index af06413190a1..7fa11915ed80 100644 --- a/vcl/unx/generic/fontmanager/helper.cxx +++ b/vcl/unx/generic/fontmanager/helper.cxx @@ -28,6 +28,7 @@ #include <osl/thread.h> #include <rtl/bootstrap.hxx> #include <rtl/ustring.hxx> +#include <sal/log.hxx> #include <tools/urlobj.hxx> #include <unx/helper.hxx> #include <vcl/ppdparser.hxx> diff --git a/vcl/unx/generic/gdi/cairo_xlib_cairo.cxx b/vcl/unx/generic/gdi/cairo_xlib_cairo.cxx index fdb3ede4f44d..c2cd8496d168 100644 --- a/vcl/unx/generic/gdi/cairo_xlib_cairo.cxx +++ b/vcl/unx/generic/gdi/cairo_xlib_cairo.cxx @@ -30,6 +30,7 @@ #include <vcl/virdev.hxx> #include <vcl/window.hxx> #include <basegfx/vector/b2isize.hxx> +#include <sal/log.hxx> #include <cairo-xlib.h> #include <cairo-xlib-xrender.h> diff --git a/vcl/unx/generic/gdi/cairotextrender.cxx b/vcl/unx/generic/gdi/cairotextrender.cxx index 878abefb346b..799a0cbb4630 100644 --- a/vcl/unx/generic/gdi/cairotextrender.cxx +++ b/vcl/unx/generic/gdi/cairotextrender.cxx @@ -25,6 +25,7 @@ #include <vcl/sysdata.hxx> #include <vcl/svapp.hxx> #include <vcl/fontcharmap.hxx> +#include <sal/log.hxx> #include <unx/printergfx.hxx> #include <unx/genpspgraphics.h> diff --git a/vcl/unx/generic/gdi/gdiimpl.cxx b/vcl/unx/generic/gdi/gdiimpl.cxx index 1fd3d61be2b8..901e9fd3b0ce 100644 --- a/vcl/unx/generic/gdi/gdiimpl.cxx +++ b/vcl/unx/generic/gdi/gdiimpl.cxx @@ -27,6 +27,7 @@ #include <vcl/salbtype.hxx> #include <vcl/gradient.hxx> +#include <sal/log.hxx> #include <unx/salunx.h> #include <unx/saldisp.hxx> diff --git a/vcl/unx/generic/gdi/salbmp.cxx b/vcl/unx/generic/gdi/salbmp.cxx index a8b5f365a83b..f800a776a6e3 100644 --- a/vcl/unx/generic/gdi/salbmp.cxx +++ b/vcl/unx/generic/gdi/salbmp.cxx @@ -29,6 +29,7 @@ #include <X11/Xproto.h> #include <osl/endian.h> +#include <sal/log.hxx> #include <vcl/bitmap.hxx> #include <vcl/salbtype.hxx> diff --git a/vcl/unx/generic/gdi/salgdi.cxx b/vcl/unx/generic/gdi/salgdi.cxx index e09766c1e598..622dc223dcc6 100644 --- a/vcl/unx/generic/gdi/salgdi.cxx +++ b/vcl/unx/generic/gdi/salgdi.cxx @@ -44,6 +44,7 @@ #include <vcl/jobdata.hxx> #include <vcl/sysdata.hxx> #include <vcl/virdev.hxx> +#include <sal/log.hxx> #include <unx/salunx.h> #include <unx/saldisp.hxx> diff --git a/vcl/unx/generic/gdi/salgdi2.cxx b/vcl/unx/generic/gdi/salgdi2.cxx index 33ab8498c3d6..15b9b313e9d2 100644 --- a/vcl/unx/generic/gdi/salgdi2.cxx +++ b/vcl/unx/generic/gdi/salgdi2.cxx @@ -22,6 +22,7 @@ #include <vcl/salbtype.hxx> #include <vcl/sysdata.hxx> +#include <sal/log.hxx> #include <unx/pixmap.hxx> #include <unx/salunx.h> diff --git a/vcl/unx/generic/glyphs/freetype_glyphcache.cxx b/vcl/unx/generic/glyphs/freetype_glyphcache.cxx index d17f02db69ff..32d6f9c8d10a 100644 --- a/vcl/unx/generic/glyphs/freetype_glyphcache.cxx +++ b/vcl/unx/generic/glyphs/freetype_glyphcache.cxx @@ -37,6 +37,7 @@ #include <osl/file.hxx> #include <osl/thread.hxx> +#include <sal/log.hxx> #include <langboost.hxx> #include <PhysicalFontCollection.hxx> diff --git a/vcl/unx/generic/glyphs/glyphcache.cxx b/vcl/unx/generic/glyphs/glyphcache.cxx index cff473c9036c..e43b6db2e238 100644 --- a/vcl/unx/generic/glyphs/glyphcache.cxx +++ b/vcl/unx/generic/glyphs/glyphcache.cxx @@ -28,6 +28,7 @@ #include <rtl/ustring.hxx> #include <osl/file.hxx> +#include <sal/log.hxx> static GlyphCache* pInstance = nullptr; diff --git a/vcl/unx/generic/plugadapt/salplug.cxx b/vcl/unx/generic/plugadapt/salplug.cxx index d3939b986b41..cadfb34842ae 100644 --- a/vcl/unx/generic/plugadapt/salplug.cxx +++ b/vcl/unx/generic/plugadapt/salplug.cxx @@ -22,6 +22,7 @@ #include <rtl/bootstrap.hxx> #include <rtl/process.h> +#include <sal/log.hxx> #include <salinst.hxx> #include <unx/gensys.h> diff --git a/vcl/unx/generic/print/genprnpsp.cxx b/vcl/unx/generic/print/genprnpsp.cxx index 58c70696fab1..0285449a124a 100644 --- a/vcl/unx/generic/print/genprnpsp.cxx +++ b/vcl/unx/generic/print/genprnpsp.cxx @@ -36,6 +36,7 @@ #include <comphelper/fileurl.hxx> #include <rtl/ustring.hxx> +#include <sal/log.hxx> #include <vcl/idle.hxx> #include <vcl/print.hxx> diff --git a/vcl/unx/generic/print/genpspgraphics.cxx b/vcl/unx/generic/print/genpspgraphics.cxx index 4bcc0a227dd0..b73fc595daea 100644 --- a/vcl/unx/generic/print/genpspgraphics.cxx +++ b/vcl/unx/generic/print/genpspgraphics.cxx @@ -18,6 +18,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <vector> diff --git a/vcl/unx/generic/printer/cpdmgr.cxx b/vcl/unx/generic/printer/cpdmgr.cxx index 1e221d9547cd..d69b0bea726e 100644 --- a/vcl/unx/generic/printer/cpdmgr.cxx +++ b/vcl/unx/generic/printer/cpdmgr.cxx @@ -25,6 +25,7 @@ #include <osl/thread.h> #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <config_dbus.h> #include <config_gio.h> diff --git a/vcl/unx/generic/printer/cupsmgr.cxx b/vcl/unx/generic/printer/cupsmgr.cxx index a6cae038aa36..4434ee0af464 100644 --- a/vcl/unx/generic/printer/cupsmgr.cxx +++ b/vcl/unx/generic/printer/cupsmgr.cxx @@ -31,6 +31,7 @@ #include <osl/conditn.hxx> #include <rtl/ustrbuf.hxx> +#include <sal/log.hxx> #include <officecfg/Office/Common.hxx> diff --git a/vcl/unx/generic/printer/ppdparser.cxx b/vcl/unx/generic/printer/ppdparser.cxx index 78c0dad4e075..3b96fa79606a 100644 --- a/vcl/unx/generic/printer/ppdparser.cxx +++ b/vcl/unx/generic/printer/ppdparser.cxx @@ -40,6 +40,7 @@ #include <rtl/ustrbuf.hxx> #include <rtl/instance.hxx> #include <sal/macros.h> +#include <sal/log.hxx> #include <salhelper/linkhelper.hxx> #include <com/sun/star/lang/Locale.hpp> diff --git a/vcl/unx/generic/printer/printerinfomanager.cxx b/vcl/unx/generic/printer/printerinfomanager.cxx index 8db7f9ee30b9..454dcdd150d3 100644 --- a/vcl/unx/generic/printer/printerinfomanager.cxx +++ b/vcl/unx/generic/printer/printerinfomanager.cxx @@ -34,6 +34,7 @@ #include <i18nutil/paper.hxx> #include <rtl/strbuf.hxx> #include <sal/macros.h> +#include <sal/log.hxx> #include <osl/thread.hxx> #include <osl/mutex.hxx> diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx index 88a9c455cbb1..7446dbf360f2 100644 --- a/vcl/unx/generic/window/salframe.cxx +++ b/vcl/unx/generic/window/salframe.cxx @@ -64,6 +64,7 @@ #include <window.h> #include <sal/macros.h> +#include <sal/log.hxx> #include <com/sun/star/uno/Exception.hpp> #include <svdata.hxx> diff --git a/vcl/unx/generic/window/salobj.cxx b/vcl/unx/generic/window/salobj.cxx index 6cc70916a691..c406b152e3a4 100644 --- a/vcl/unx/generic/window/salobj.cxx +++ b/vcl/unx/generic/window/salobj.cxx @@ -28,6 +28,7 @@ #include <vcl/keycodes.hxx> #include <vcl/event.hxx> +#include <sal/log.hxx> #include <unx/salunx.h> #include <unx/salinst.h> diff --git a/vcl/unx/gtk/a11y/atklistener.cxx b/vcl/unx/gtk/a11y/atklistener.cxx index 82f18a58a217..1c1cff15dd4b 100644 --- a/vcl/unx/gtk/a11y/atklistener.cxx +++ b/vcl/unx/gtk/a11y/atklistener.cxx @@ -36,6 +36,7 @@ #include <vcl/svapp.hxx> #include <rtl/ref.hxx> +#include <sal/log.hxx> #define DEBUG_ATK_LISTENER 0 diff --git a/vcl/unx/gtk/a11y/atkutil.cxx b/vcl/unx/gtk/a11y/atkutil.cxx index 16271c9696c5..b5748c12d1a9 100644 --- a/vcl/unx/gtk/a11y/atkutil.cxx +++ b/vcl/unx/gtk/a11y/atkutil.cxx @@ -32,6 +32,7 @@ #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <cppuhelper/implbase.hxx> #include <rtl/ref.hxx> +#include <sal/log.hxx> #include <vcl/svapp.hxx> #include <vcl/window.hxx> diff --git a/vcl/unx/gtk/a11y/atkwindow.cxx b/vcl/unx/gtk/a11y/atkwindow.cxx index 930702f92b27..31cbf83fd429 100644 --- a/vcl/unx/gtk/a11y/atkwindow.cxx +++ b/vcl/unx/gtk/a11y/atkwindow.cxx @@ -21,6 +21,7 @@ #include <vcl/svapp.hxx> #include <vcl/window.hxx> #include <vcl/popupmenuwindow.hxx> +#include <sal/log.hxx> #include "atkwindow.hxx" #include "atkwrapper.hxx" diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx index fd65f6b380d2..f3e8e1ab7f39 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx @@ -38,6 +38,7 @@ #include <osl/diagnose.h> #include <osl/process.h> #include <rtl/process.h> +#include <sal/log.hxx> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <com/sun/star/ui/dialogs/ControlActions.hpp> #include <com/sun/star/uno/Any.hxx> diff --git a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx index addd0b4dbb48..50fb9c0f4d08 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx @@ -35,6 +35,7 @@ #include <vcl/svapp.hxx> #include <unx/gtk/gtkinst.hxx> #include <gtk/fpicker/SalGtkFolderPicker.hxx> +#include <sal/log.hxx> #include <string.h> diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx index 252798960ad7..b89a9cd9b8a7 100644 --- a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx @@ -30,6 +30,7 @@ #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <rtl/process.h> #include <osl/diagnose.h> +#include <sal/log.hxx> #include <vcl/svapp.hxx> #include <tools/urlobj.hxx> diff --git a/vcl/unx/gtk/gloactiongroup.cxx b/vcl/unx/gtk/gloactiongroup.cxx index fe946f08957f..0ba1112f928f 100644 --- a/vcl/unx/gtk/gloactiongroup.cxx +++ b/vcl/unx/gtk/gloactiongroup.cxx @@ -15,6 +15,8 @@ #include <unx/gtk/gtkinst.hxx> #include <unx/gtk/gtkframe.hxx> +#include <sal/log.hxx> + /* * GLOAction */ diff --git a/vcl/unx/gtk/gtkdata.cxx b/vcl/unx/gtk/gtkdata.cxx index 689fa071ce5b..7263685368ce 100644 --- a/vcl/unx/gtk/gtkdata.cxx +++ b/vcl/unx/gtk/gtkdata.cxx @@ -38,6 +38,7 @@ #include <unx/geninst.h> #include <osl/thread.h> #include <osl/process.h> +#include <sal/log.hxx> #include <unx/i18n_im.hxx> #include <unx/i18n_xkb.hxx> diff --git a/vcl/unx/gtk/gtkinst.cxx b/vcl/unx/gtk/gtkinst.cxx index 20fc1a4e6a0a..a22529d0a8a6 100644 --- a/vcl/unx/gtk/gtkinst.cxx +++ b/vcl/unx/gtk/gtkinst.cxx @@ -35,6 +35,7 @@ #include <vcl/inputtypes.hxx> #include <unx/genpspgraphics.h> #include <rtl/strbuf.hxx> +#include <sal/log.hxx> #include <rtl/uri.hxx> #include <vcl/settings.hxx> diff --git a/vcl/unx/gtk/gtksalframe.cxx b/vcl/unx/gtk/gtksalframe.cxx index 16e716b16daa..b63e4ac235ad 100644 --- a/vcl/unx/gtk/gtksalframe.cxx +++ b/vcl/unx/gtk/gtksalframe.cxx @@ -34,6 +34,7 @@ #include <osl/file.hxx> #include <rtl/bootstrap.hxx> #include <rtl/process.h> +#include <sal/log.hxx> #include <vcl/floatwin.hxx> #include <vcl/svapp.hxx> #include <vcl/window.hxx> diff --git a/vcl/unx/gtk/salprn-gtk.cxx b/vcl/unx/gtk/salprn-gtk.cxx index 0eba1ccee23e..ddc9ba3ca234 100644 --- a/vcl/unx/gtk/salprn-gtk.cxx +++ b/vcl/unx/gtk/salprn-gtk.cxx @@ -37,6 +37,7 @@ #include <officecfg/Office/Common.hxx> #include <rtl/ustring.hxx> +#include <sal/log.hxx> #include <unotools/streamwrap.hxx> diff --git a/vcl/unx/gtk3/gtk3gtkdata.cxx b/vcl/unx/gtk3/gtk3gtkdata.cxx index 024dac2a5014..030e922ae101 100644 --- a/vcl/unx/gtk3/gtk3gtkdata.cxx +++ b/vcl/unx/gtk3/gtk3gtkdata.cxx @@ -46,6 +46,7 @@ #include <unx/x11_cursors/salcursors.h> #include <vcl/svapp.hxx> +#include <sal/log.hxx> #ifdef GDK_WINDOWING_X11 # include <gdk/gdkx.h> diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx index c1c560b3f9ce..1791b82ac4f8 100644 --- a/vcl/unx/gtk3/gtk3gtkframe.cxx +++ b/vcl/unx/gtk3/gtk3gtkframe.cxx @@ -36,6 +36,7 @@ #include <osl/file.hxx> #include <rtl/bootstrap.hxx> #include <rtl/process.h> +#include <sal/log.hxx> #include <vcl/floatwin.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx index 2041f6d90f12..feafcc49a169 100644 --- a/vcl/unx/gtk3/gtk3gtkinst.cxx +++ b/vcl/unx/gtk3/gtk3gtkinst.cxx @@ -29,6 +29,7 @@ #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> #include <rtl/bootstrap.hxx> +#include <sal/log.hxx> #include <tools/fract.hxx> #include <tools/stream.hxx> #include <unotools/resmgr.hxx> diff --git a/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx b/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx index 180a050ebc59..9037cff8c11b 100644 --- a/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx +++ b/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx @@ -8,6 +8,7 @@ */ #include <sal/config.h> +#include <sal/log.hxx> #include <config_cairo_canvas.h> diff --git a/vcl/unx/kde4/KDE4FilePicker.cxx b/vcl/unx/kde4/KDE4FilePicker.cxx index f601fe59f92f..c6ce35128e09 100644 --- a/vcl/unx/kde4/KDE4FilePicker.cxx +++ b/vcl/unx/kde4/KDE4FilePicker.cxx @@ -36,6 +36,7 @@ #include <vcl/syswin.hxx> #include <osl/file.h> +#include <sal/log.hxx> #include "FPServiceInfo.hxx" #include "VCLKDEApplication.hxx" diff --git a/vcl/unx/kde4/KDESalFrame.cxx b/vcl/unx/kde4/KDESalFrame.cxx index 7dde568a23b1..e9b5f4ecc1ba 100644 --- a/vcl/unx/kde4/KDESalFrame.cxx +++ b/vcl/unx/kde4/KDESalFrame.cxx @@ -41,6 +41,7 @@ #include <vcl/font.hxx> #include <vcl/settings.hxx> +#include <sal/log.hxx> #include <unx/fontmanager.hxx> diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx index 60c39edff386..0852c543a6d7 100644 --- a/vcl/unx/kde4/KDEXLib.cxx +++ b/vcl/unx/kde4/KDEXLib.cxx @@ -39,6 +39,7 @@ #include <unx/saldata.hxx> #include <o3tl/make_unique.hxx> #include <osl/process.h> +#include <sal/log.hxx> #include "KDESalDisplay.hxx" diff --git a/vcl/unx/kde4/main.cxx b/vcl/unx/kde4/main.cxx index 13b0d46193b7..ce01db772fe6 100644 --- a/vcl/unx/kde4/main.cxx +++ b/vcl/unx/kde4/main.cxx @@ -25,6 +25,7 @@ #include <vclpluginapi.h> #include <rtl/string.hxx> +#include <sal/log.hxx> /// entry point for the KDE4 VCL plugin extern "C" { diff --git a/vcl/unx/kde5/KDE5FilePicker2.cxx b/vcl/unx/kde5/KDE5FilePicker2.cxx index 123df3a09118..5de295453bd8 100644 --- a/vcl/unx/kde5/KDE5FilePicker2.cxx +++ b/vcl/unx/kde5/KDE5FilePicker2.cxx @@ -31,6 +31,7 @@ #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <osl/mutex.hxx> +#include <sal/log.hxx> #undef Region diff --git a/vcl/unx/kde5/KDE5SalFrame.cxx b/vcl/unx/kde5/KDE5SalFrame.cxx index d282a083959a..0679ac0847b7 100644 --- a/vcl/unx/kde5/KDE5SalFrame.cxx +++ b/vcl/unx/kde5/KDE5SalFrame.cxx @@ -38,6 +38,7 @@ #include <vcl/font.hxx> #include <vcl/settings.hxx> +#include <sal/log.hxx> #include <unx/fontmanager.hxx> diff --git a/vcl/unx/kde5/KDE5SalInstance.cxx b/vcl/unx/kde5/KDE5SalInstance.cxx index 37021cbe9315..fecf22b49037 100644 --- a/vcl/unx/kde5/KDE5SalInstance.cxx +++ b/vcl/unx/kde5/KDE5SalInstance.cxx @@ -25,6 +25,7 @@ #include <QtWidgets/QFrame> #include <osl/process.h> +#include <sal/log.hxx> #include "KDE5FilePicker.hxx" #include "KDE5SalData.hxx" |