summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-11-09 14:01:11 +0100
committerMichael Stahl <mstahl@redhat.com>2015-11-09 17:12:20 +0100
commite126cf6c66635c34b61952262d5aa6d745c29198 (patch)
treee187c568356590cb6a6eaa3338a84cc08072a80b /sc
parent5abe5c141fc8ef23a1968f43bd0928b65101851f (diff)
sc: add missing includes to prevloc.hxx
Change-Id: I7ee876d52a0a04a162ee7acd0ec03e73557abe89
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/prevloc.hxx5
-rw-r--r--sc/source/ui/view/prevloc.cxx4
2 files changed, 6 insertions, 3 deletions
diff --git a/sc/source/ui/inc/prevloc.hxx b/sc/source/ui/inc/prevloc.hxx
index 95b58535a97d..2e22cbf0fa3e 100644
--- a/sc/source/ui/inc/prevloc.hxx
+++ b/sc/source/ui/inc/prevloc.hxx
@@ -21,10 +21,13 @@
#define INCLUDED_SC_SOURCE_UI_INC_PREVLOC_HXX
#include <sal/types.h>
-#include <vcl/mapmod.hxx>
#include "address.hxx"
+#include <vcl/mapmod.hxx>
+#include <vcl/vclptr.hxx>
+#include <tools/gen.hxx>
+
#include <memory>
#include <list>
diff --git a/sc/source/ui/view/prevloc.cxx b/sc/source/ui/view/prevloc.cxx
index 371e456ae43e..8dd0621affd7 100644
--- a/sc/source/ui/view/prevloc.cxx
+++ b/sc/source/ui/view/prevloc.cxx
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <vcl/outdev.hxx>
-
#include "prevloc.hxx"
#include "document.hxx"
+#include <vcl/outdev.hxx>
+
#include <o3tl/make_unique.hxx>
enum ScPreviewLocationType