summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/DocumentInfoPreview.hxx1
-rw-r--r--include/svtools/addresstemplate.hxx1
-rw-r--r--include/svtools/editbrowsebox.hxx1
-rw-r--r--include/svtools/ehdl.hxx1
-rw-r--r--include/svtools/fileview.hxx1
-rw-r--r--include/svtools/grfmgr.hxx1
-rw-r--r--include/svtools/hyperlabel.hxx1
-rw-r--r--include/svtools/inettbc.hxx1
-rw-r--r--include/svtools/ivctrl.hxx1
-rw-r--r--include/svtools/popupwindowcontroller.hxx1
-rw-r--r--include/svtools/roadmapwizard.hxx1
-rw-r--r--include/svtools/ruler.hxx1
-rw-r--r--include/svtools/svlbitm.hxx1
-rw-r--r--include/svtools/svtabbx.hxx1
-rw-r--r--include/svtools/tabbar.hxx1
-rw-r--r--include/svtools/treelist.hxx1
-rw-r--r--include/svtools/wizardmachine.hxx1
17 files changed, 17 insertions, 0 deletions
diff --git a/include/svtools/DocumentInfoPreview.hxx b/include/svtools/DocumentInfoPreview.hxx
index 0194520facdb..78c8bd6dca45 100644
--- a/include/svtools/DocumentInfoPreview.hxx
+++ b/include/svtools/DocumentInfoPreview.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVTOOLS_DOCUMENTINFOPREVIEW_HXX
#define INCLUDED_SVTOOLS_DOCUMENTINFOPREVIEW_HXX
+#include <memory>
#include <sal/config.h>
#include <i18nlangtag/languagetag.hxx>
diff --git a/include/svtools/addresstemplate.hxx b/include/svtools/addresstemplate.hxx
index 69d3bef4bc4f..f59cdf930baa 100644
--- a/include/svtools/addresstemplate.hxx
+++ b/include/svtools/addresstemplate.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVTOOLS_ADDRESSTEMPLATE_HXX
#define INCLUDED_SVTOOLS_ADDRESSTEMPLATE_HXX
+#include <memory>
#include <svtools/svtdllapi.h>
#include <vcl/dialog.hxx>
#include <vcl/fixed.hxx>
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx
index e73403b921e1..0a144c69e6a9 100644
--- a/include/svtools/editbrowsebox.hxx
+++ b/include/svtools/editbrowsebox.hxx
@@ -21,6 +21,7 @@
#define INCLUDED_SVTOOLS_EDITBROWSEBOX_HXX
#define SVTOOLS_IN_EDITBROWSEBOX_HXX
+#include <memory>
#include <svtools/svtdllapi.h>
#include <tools/ref.hxx>
#include <vcl/window.hxx>
diff --git a/include/svtools/ehdl.hxx b/include/svtools/ehdl.hxx
index 22cdafc73615..bb8e83b7677f 100644
--- a/include/svtools/ehdl.hxx
+++ b/include/svtools/ehdl.hxx
@@ -22,6 +22,7 @@
#ifndef __RSC
+#include <memory>
#include <svtools/svtdllapi.h>
#include <tools/errinf.hxx>
diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx
index 3cd1e836fab6..1def65a885a2 100644
--- a/include/svtools/fileview.hxx
+++ b/include/svtools/fileview.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SVTOOLS_FILEVIEW_HXX
#define INCLUDED_SVTOOLS_FILEVIEW_HXX
+#include <memory>
#include <svtools/svtdllapi.h>
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/ucb/XContent.hpp>
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx
index d07a4448531b..22c65ff2a329 100644
--- a/include/svtools/grfmgr.hxx
+++ b/include/svtools/grfmgr.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVTOOLS_GRFMGR_HXX
#define INCLUDED_SVTOOLS_GRFMGR_HXX
+#include <memory>
#include <vcl/graph.hxx>
#include <svtools/svtdllapi.h>
#include <o3tl/typed_flags_set.hxx>
diff --git a/include/svtools/hyperlabel.hxx b/include/svtools/hyperlabel.hxx
index f9aeeecb1b39..b63107683767 100644
--- a/include/svtools/hyperlabel.hxx
+++ b/include/svtools/hyperlabel.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SVTOOLS_HYPERLABEL_HXX
#define INCLUDED_SVTOOLS_HYPERLABEL_HXX
+#include <memory>
#include <vcl/event.hxx>
diff --git a/include/svtools/inettbc.hxx b/include/svtools/inettbc.hxx
index 141363d1d068..5501d77b4d2c 100644
--- a/include/svtools/inettbc.hxx
+++ b/include/svtools/inettbc.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVTOOLS_INETTBC_HXX
#define INCLUDED_SVTOOLS_INETTBC_HXX
+#include <memory>
#include <rtl/ref.hxx>
#include <svtools/svtdllapi.h>
#include <tools/urlobj.hxx>
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx
index 5f9d0f1b4b89..710069c1baf9 100644
--- a/include/svtools/ivctrl.hxx
+++ b/include/svtools/ivctrl.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVTOOLS_IVCTRL_HXX
#define INCLUDED_SVTOOLS_IVCTRL_HXX
+#include <memory>
#include <svtools/svtdllapi.h>
#include <vcl/ctrl.hxx>
#include <tools/link.hxx>
diff --git a/include/svtools/popupwindowcontroller.hxx b/include/svtools/popupwindowcontroller.hxx
index 6801e2a7514e..21fe3ee6bd3e 100644
--- a/include/svtools/popupwindowcontroller.hxx
+++ b/include/svtools/popupwindowcontroller.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVTOOLS_POPUPWINDOWCONTROLLER_HXX
#define INCLUDED_SVTOOLS_POPUPWINDOWCONTROLLER_HXX
+#include <memory>
#include <svtools/svtdllapi.h>
#include <com/sun/star/lang/XServiceInfo.hpp>
diff --git a/include/svtools/roadmapwizard.hxx b/include/svtools/roadmapwizard.hxx
index 86d0bbd30428..f08add2269e2 100644
--- a/include/svtools/roadmapwizard.hxx
+++ b/include/svtools/roadmapwizard.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVTOOLS_ROADMAPWIZARD_HXX
#define INCLUDED_SVTOOLS_ROADMAPWIZARD_HXX
+#include <memory>
#include <svtools/svtdllapi.h>
#include <svtools/wizardmachine.hxx>
diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx
index f88c495992b1..292396feecf8 100644
--- a/include/svtools/ruler.hxx
+++ b/include/svtools/ruler.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SVTOOLS_RULER_HXX
#define INCLUDED_SVTOOLS_RULER_HXX
+#include <memory>
#include <svtools/svtdllapi.h>
#include <rtl/ref.hxx>
#include <tools/link.hxx>
diff --git a/include/svtools/svlbitm.hxx b/include/svtools/svlbitm.hxx
index f3fba9d32fa8..c4703e53b9d6 100644
--- a/include/svtools/svlbitm.hxx
+++ b/include/svtools/svlbitm.hxx
@@ -21,6 +21,7 @@
#ifndef INCLUDED_SVTOOLS_SVLBITM_HXX
#define INCLUDED_SVTOOLS_SVLBITM_HXX
+#include <memory>
#include <svtools/svtdllapi.h>
#include <tools/link.hxx>
#include <vcl/image.hxx>
diff --git a/include/svtools/svtabbx.hxx b/include/svtools/svtabbx.hxx
index 23efa2956a09..b555c07a4519 100644
--- a/include/svtools/svtabbx.hxx
+++ b/include/svtools/svtabbx.hxx
@@ -23,6 +23,7 @@
#include <svtools/treelistbox.hxx>
#include <svtools/accessibletableprovider.hxx>
+#include <memory>
#include <vector>
enum SvTabJustify
diff --git a/include/svtools/tabbar.hxx b/include/svtools/tabbar.hxx
index 8019e38996c1..f2b0508a592b 100644
--- a/include/svtools/tabbar.hxx
+++ b/include/svtools/tabbar.hxx
@@ -23,6 +23,7 @@
#include <svtools/svtdllapi.h>
#include <tools/link.hxx>
#include <vcl/window.hxx>
+#include <memory>
#include <vector>
/*
diff --git a/include/svtools/treelist.hxx b/include/svtools/treelist.hxx
index 35358a3f2272..01ed48aeae7a 100644
--- a/include/svtools/treelist.hxx
+++ b/include/svtools/treelist.hxx
@@ -29,6 +29,7 @@
#include <tools/contnr.hxx>
#include <limits.h>
+#include <memory>
#include <vector>
enum class SvListAction
diff --git a/include/svtools/wizardmachine.hxx b/include/svtools/wizardmachine.hxx
index c72652c74765..bfd80a724015 100644
--- a/include/svtools/wizardmachine.hxx
+++ b/include/svtools/wizardmachine.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SVTOOLS_WIZARDMACHINE_HXX
#define INCLUDED_SVTOOLS_WIZARDMACHINE_HXX
+#include <memory>
#include <svtools/svtdllapi.h>
#include <svtools/wizdlg.hxx>
#include <vcl/button.hxx>