summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/ChartTools.hxx1
-rw-r--r--sc/inc/addincol.hxx1
-rw-r--r--sc/inc/appoptio.hxx1
-rw-r--r--sc/inc/attrib.hxx1
-rw-r--r--sc/inc/chartpos.hxx1
-rw-r--r--sc/inc/chgviset.hxx1
-rw-r--r--sc/inc/dapiuno.hxx1
-rw-r--r--sc/inc/dptabres.hxx1
-rw-r--r--sc/inc/editutil.hxx1
-rw-r--r--sc/inc/funcuno.hxx1
-rw-r--r--sc/inc/paramisc.hxx1
-rw-r--r--sc/inc/srchuno.hxx1
-rw-r--r--sc/inc/tokenuno.hxx1
-rw-r--r--sc/inc/validat.hxx1
14 files changed, 14 insertions, 0 deletions
diff --git a/sc/inc/ChartTools.hxx b/sc/inc/ChartTools.hxx
index 6fb62208c4ed..0de4a8ecf627 100644
--- a/sc/inc/ChartTools.hxx
+++ b/sc/inc/ChartTools.hxx
@@ -11,6 +11,7 @@
#ifndef INCLUDED_SC_INC_CHARTTOOLS_HXX
#define INCLUDED_SC_INC_CHARTTOOLS_HXX
+#include <memory>
#include <svx/svdoole2.hxx>
#include <svx/svditer.hxx>
diff --git a/sc/inc/addincol.hxx b/sc/inc/addincol.hxx
index 79150156f969..bd2a48ec04c2 100644
--- a/sc/inc/addincol.hxx
+++ b/sc/inc/addincol.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SC_INC_ADDINCOL_HXX
#define INCLUDED_SC_INC_ADDINCOL_HXX
+#include <memory>
#include "global.hxx"
#include <com/sun/star/sheet/XVolatileResult.hpp>
#include <com/sun/star/sheet/XAddIn.hpp>
diff --git a/sc/inc/appoptio.hxx b/sc/inc/appoptio.hxx
index d3d6f5ba61eb..cdc055e07ee2 100644
--- a/sc/inc/appoptio.hxx
+++ b/sc/inc/appoptio.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SC_INC_APPOPTIO_HXX
#define INCLUDED_SC_INC_APPOPTIO_HXX
+#include <memory>
#include <vcl/field.hxx>
#include <sfx2/zoomitem.hxx>
#include <unotools/configitem.hxx>
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx
index de789fb10dd7..f7a5e4a0616d 100644
--- a/sc/inc/attrib.hxx
+++ b/sc/inc/attrib.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SC_INC_ATTRIB_HXX
#define INCLUDED_SC_INC_ATTRIB_HXX
+#include <memory>
#include <svl/poolitem.hxx>
#include <svl/intitem.hxx>
#include <svl/eitem.hxx>
diff --git a/sc/inc/chartpos.hxx b/sc/inc/chartpos.hxx
index 8801f2c3ac63..ac53d74a0cbf 100644
--- a/sc/inc/chartpos.hxx
+++ b/sc/inc/chartpos.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SC_INC_CHARTPOS_HXX
#define INCLUDED_SC_INC_CHARTPOS_HXX
+#include <memory>
#include "rangelst.hxx"
#include <map>
diff --git a/sc/inc/chgviset.hxx b/sc/inc/chgviset.hxx
index 3d93a4f18e0f..874f0724d6f1 100644
--- a/sc/inc/chgviset.hxx
+++ b/sc/inc/chgviset.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SC_INC_CHGVISET_HXX
#define INCLUDED_SC_INC_CHGVISET_HXX
+#include <memory>
#include <tools/datetime.hxx>
#include <unotools/textsearch.hxx>
#include <svx/ctredlin.hxx>
diff --git a/sc/inc/dapiuno.hxx b/sc/inc/dapiuno.hxx
index db0449decf9b..ab766f7e60f2 100644
--- a/sc/inc/dapiuno.hxx
+++ b/sc/inc/dapiuno.hxx
@@ -51,6 +51,7 @@
#include <cppuhelper/implbase.hxx>
+#include <memory>
#include <vector>
namespace com { namespace sun { namespace star { namespace sheet {
diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx
index 23e1bfa5e727..5f778da68e43 100644
--- a/sc/inc/dptabres.hxx
+++ b/sc/inc/dptabres.hxx
@@ -32,6 +32,7 @@
#include <map>
#include <unordered_map>
#include <unordered_set>
+#include <memory>
#include <vector>
namespace com { namespace sun { namespace star { namespace sheet {
diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx
index 88ddd6138ea3..cc96945dfd67 100644
--- a/sc/inc/editutil.hxx
+++ b/sc/inc/editutil.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SC_INC_EDITUTIL_HXX
#define INCLUDED_SC_INC_EDITUTIL_HXX
+#include <memory>
#include "scdllapi.h"
#include "address.hxx"
#include <editeng/editeng.hxx>
diff --git a/sc/inc/funcuno.hxx b/sc/inc/funcuno.hxx
index b7c87ff9da87..cf0dc8065a1b 100644
--- a/sc/inc/funcuno.hxx
+++ b/sc/inc/funcuno.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SC_INC_FUNCUNO_HXX
#define INCLUDED_SC_INC_FUNCUNO_HXX
+#include <memory>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/sheet/XFunctionAccess.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/sc/inc/paramisc.hxx b/sc/inc/paramisc.hxx
index 5853051a4abd..5ab41a8f625b 100644
--- a/sc/inc/paramisc.hxx
+++ b/sc/inc/paramisc.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SC_INC_PARAMISC_HXX
#define INCLUDED_SC_INC_PARAMISC_HXX
+#include <memory>
#include "address.hxx"
#include <sal/types.h>
diff --git a/sc/inc/srchuno.hxx b/sc/inc/srchuno.hxx
index d139311f4fc5..bd098fbfc085 100644
--- a/sc/inc/srchuno.hxx
+++ b/sc/inc/srchuno.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SC_INC_SRCHUNO_HXX
#define INCLUDED_SC_INC_SRCHUNO_HXX
+#include <memory>
#include <com/sun/star/util/XReplaceDescriptor.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
diff --git a/sc/inc/tokenuno.hxx b/sc/inc/tokenuno.hxx
index 17108b038659..4b5ddab038a1 100644
--- a/sc/inc/tokenuno.hxx
+++ b/sc/inc/tokenuno.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SC_INC_TOKENUNO_HXX
#define INCLUDED_SC_INC_TOKENUNO_HXX
+#include <memory>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx
index 6aeb958d9137..7515b21e29e9 100644
--- a/sc/inc/validat.hxx
+++ b/sc/inc/validat.hxx
@@ -24,6 +24,7 @@
#include <com/sun/star/sheet/TableValidationVisibility.hpp>
#include "scdllapi.h"
+namespace vcl { class Window; }
namespace sc {