diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-01-07 10:03:39 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-01-07 10:04:04 +0100 |
commit | d6678591db64117ac8496feeda55e1b7499099fb (patch) | |
tree | 18769083530151ea1b41eb33dca98887546e737d /vcl/qt5/Qt5Instance.cxx | |
parent | 74de1d0051b6dc7392ce482444c4a0ef5376260c (diff) |
missing includes
Change-Id: I81d56ab0f0ee0780cd0f73635874f467ac5c8758
Diffstat (limited to 'vcl/qt5/Qt5Instance.cxx')
-rw-r--r-- | vcl/qt5/Qt5Instance.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/qt5/Qt5Instance.cxx b/vcl/qt5/Qt5Instance.cxx index 6564edd2241b..6bbe8f0e3e84 100644 --- a/vcl/qt5/Qt5Instance.cxx +++ b/vcl/qt5/Qt5Instance.cxx @@ -42,6 +42,7 @@ #include <QtWidgets/QApplication> #include <QtWidgets/QWidget> +#include <o3tl/make_unique.hxx> #include <vclpluginapi.h> #include <sal/log.hxx> #include <osl/process.h> |