summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/EnhancedPDFExportHelper.hxx1
-rw-r--r--sw/inc/anchoreddrawobject.hxx1
-rw-r--r--sw/inc/breakit.hxx1
-rw-r--r--sw/inc/calc.hxx1
-rw-r--r--sw/inc/cellfml.hxx1
-rw-r--r--sw/inc/docsh.hxx1
-rw-r--r--sw/inc/docstyle.hxx1
-rw-r--r--sw/inc/dpage.hxx1
-rw-r--r--sw/inc/expfld.hxx1
-rw-r--r--sw/inc/fmtcntnt.hxx1
-rw-r--r--sw/inc/fmturl.hxx1
-rw-r--r--sw/inc/frmfmt.hxx1
-rw-r--r--sw/inc/htmltbl.hxx1
-rw-r--r--sw/inc/ndnotxt.hxx1
-rw-r--r--sw/inc/ndtxt.hxx1
-rw-r--r--sw/inc/numrule.hxx1
-rw-r--r--sw/inc/redline.hxx1
-rw-r--r--sw/inc/shellres.hxx1
-rw-r--r--sw/inc/swacorr.hxx1
-rw-r--r--sw/inc/unobaseclass.hxx1
20 files changed, 20 insertions, 0 deletions
diff --git a/sw/inc/EnhancedPDFExportHelper.hxx b/sw/inc/EnhancedPDFExportHelper.hxx
index 692e580fae60..c9804130acd5 100644
--- a/sw/inc/EnhancedPDFExportHelper.hxx
+++ b/sw/inc/EnhancedPDFExportHelper.hxx
@@ -26,6 +26,7 @@
#include <swtypes.hxx>
#include <map>
+#include <memory>
#include <vector>
#include <set>
diff --git a/sw/inc/anchoreddrawobject.hxx b/sw/inc/anchoreddrawobject.hxx
index 870585850960..bc52043255a0 100644
--- a/sw/inc/anchoreddrawobject.hxx
+++ b/sw/inc/anchoreddrawobject.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SW_INC_ANCHOREDDRAWOBJECT_HXX
#define INCLUDED_SW_INC_ANCHOREDDRAWOBJECT_HXX
+#include <memory>
#include <anchoredobject.hxx>
namespace tools { class Rectangle; }
diff --git a/sw/inc/breakit.hxx b/sw/inc/breakit.hxx
index 0bb13f08f8a0..1c6f9d5c7dbd 100644
--- a/sw/inc/breakit.hxx
+++ b/sw/inc/breakit.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SW_INC_BREAKIT_HXX
#define INCLUDED_SW_INC_BREAKIT_HXX
+#include <memory>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/i18n/XBreakIterator.hpp>
diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx
index db850ac533cd..4bc00cc6bac4 100644
--- a/sw/inc/calc.hxx
+++ b/sw/inc/calc.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SW_INC_CALC_HXX
#define INCLUDED_SW_INC_CALC_HXX
+#include <memory>
#include <vector>
#include <basic/sbxvar.hxx>
#include <unotools/syslocale.hxx>
diff --git a/sw/inc/cellfml.hxx b/sw/inc/cellfml.hxx
index 3f918bd2384a..6492095e7c06 100644
--- a/sw/inc/cellfml.hxx
+++ b/sw/inc/cellfml.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SW_INC_CELLFML_HXX
#define INCLUDED_SW_INC_CELLFML_HXX
+#include <memory>
#include <rtl/ustring.hxx>
class SwTable;
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index b769a1d2600b..9d2114516c5d 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SW_INC_DOCSH_HXX
#define INCLUDED_SW_INC_DOCSH_HXX
+#include <memory>
#include <rtl/ref.hxx>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/uno/Sequence.h>
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx
index dcbc55556fe7..c742704600cf 100644
--- a/sw/inc/docstyle.hxx
+++ b/sw/inc/docstyle.hxx
@@ -27,6 +27,7 @@
#include "swdllapi.h"
#include <unordered_map>
+#include <memory>
#include <vector>
class SwDoc;
diff --git a/sw/inc/dpage.hxx b/sw/inc/dpage.hxx
index 0d8438c9ea54..c54ca8e0df33 100644
--- a/sw/inc/dpage.hxx
+++ b/sw/inc/dpage.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SW_INC_DPAGE_HXX
#define INCLUDED_SW_INC_DPAGE_HXX
+#include <memory>
#include <svx/fmpage.hxx>
#include <svx/svdobj.hxx>
diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx
index 11629562e8ea..9c5e00dc3f25 100644
--- a/sw/inc/expfld.hxx
+++ b/sw/inc/expfld.hxx
@@ -23,6 +23,7 @@
#include <fldbas.hxx>
#include <cellfml.hxx>
#include <set>
+#include <memory>
#include <vector>
class SfxPoolItem;
diff --git a/sw/inc/fmtcntnt.hxx b/sw/inc/fmtcntnt.hxx
index 62580c78bb31..032fe31c34ba 100644
--- a/sw/inc/fmtcntnt.hxx
+++ b/sw/inc/fmtcntnt.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SW_INC_FMTCNTNT_HXX
#define INCLUDED_SW_INC_FMTCNTNT_HXX
+#include <memory>
#include <svl/poolitem.hxx>
#include <hintids.hxx>
#include <format.hxx>
diff --git a/sw/inc/fmturl.hxx b/sw/inc/fmturl.hxx
index 74b1e430e92d..fc062e3b9c64 100644
--- a/sw/inc/fmturl.hxx
+++ b/sw/inc/fmturl.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SW_INC_FMTURL_HXX
#define INCLUDED_SW_INC_FMTURL_HXX
+#include <memory>
#include <svl/poolitem.hxx>
#include "swdllapi.h"
#include <hintids.hxx>
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx
index 9302682ec687..6fec965473b1 100644
--- a/sw/inc/frmfmt.hxx
+++ b/sw/inc/frmfmt.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SW_INC_FRMFMT_HXX
#define INCLUDED_SW_INC_FRMFMT_HXX
+#include <memory>
#include <com/sun/star/text/PositionLayoutDir.hpp>
#include <cppuhelper/weakref.hxx>
#include <tools/gen.hxx>
diff --git a/sw/inc/htmltbl.hxx b/sw/inc/htmltbl.hxx
index 5107eea17aed..dc263e378d62 100644
--- a/sw/inc/htmltbl.hxx
+++ b/sw/inc/htmltbl.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SW_INC_HTMLTBL_HXX
#define INCLUDED_SW_INC_HTMLTBL_HXX
+#include <memory>
#include <vcl/timer.hxx>
#include <editeng/svxenum.hxx>
diff --git a/sw/inc/ndnotxt.hxx b/sw/inc/ndnotxt.hxx
index 85b21486de18..89d8b1aa4b57 100644
--- a/sw/inc/ndnotxt.hxx
+++ b/sw/inc/ndnotxt.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SW_INC_NDNOTXT_HXX
#define INCLUDED_SW_INC_NDNOTXT_HXX
+#include <memory>
#include "node.hxx"
namespace tools { class PolyPolygon; }
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index 1798dad33a03..0f1dc5225a6a 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -31,6 +31,7 @@
#include <sfx2/Metadatable.hxx>
+#include <memory>
#include <vector>
#include <set>
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index 5975916e21e3..9639ef9c44be 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -30,6 +30,7 @@
#include <SwNumberTreeTypes.hxx>
#include <ndarr.hxx>
#include <unordered_map>
+#include <memory>
#include <vector>
#include <charfmt.hxx>
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx
index 688cd1797c9d..6092b6650056 100644
--- a/sw/inc/redline.hxx
+++ b/sw/inc/redline.hxx
@@ -28,6 +28,7 @@
#include <IDocumentRedlineAccess.hxx>
#include <cstddef>
+#include <memory>
#include <vector>
class SfxItemSet;
diff --git a/sw/inc/shellres.hxx b/sw/inc/shellres.hxx
index 9015f844320c..afa66c112acb 100644
--- a/sw/inc/shellres.hxx
+++ b/sw/inc/shellres.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SW_INC_SHELLRES_HXX
#define INCLUDED_SW_INC_SHELLRES_HXX
+#include <memory>
#include <swdllapi.h>
#include <rtl/ustring.hxx>
#include <vcl/bitmap.hxx>
diff --git a/sw/inc/swacorr.hxx b/sw/inc/swacorr.hxx
index 5ca345548dc1..ce2e9cdb8b1f 100644
--- a/sw/inc/swacorr.hxx
+++ b/sw/inc/swacorr.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SW_INC_SWACORR_HXX
#define INCLUDED_SW_INC_SWACORR_HXX
+#include <memory>
#include <editeng/svxacorr.hxx>
#include <com/sun/star/uno/Reference.h>
diff --git a/sw/inc/unobaseclass.hxx b/sw/inc/unobaseclass.hxx
index d8263b51b496..f72f07d5c83a 100644
--- a/sw/inc/unobaseclass.hxx
+++ b/sw/inc/unobaseclass.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SW_INC_UNOBASECLASS_HXX
#define INCLUDED_SW_INC_UNOBASECLASS_HXX
+#include <memory>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/container/XEnumeration.hpp>