From adfa77254927dcb3f2a87eb0d23c71ad7282948b Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Wed, 9 Mar 2016 00:01:36 +0100 Subject: Add missing includes These include were needed to compile on Windows, MSVC 14.0 with clang-cl. Change-Id: I4ca5cec8314920e90fcca6fa69ec4df87d680f29 Reviewed-on: https://gerrit.libreoffice.org/23044 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- chart2/source/inc/CommonConverters.hxx | 1 + chart2/source/tools/DataSourceHelper.cxx | 2 ++ dbaccess/source/filter/xml/xmlExport.cxx | 1 + sd/source/ui/sidebar/MasterPageObserver.cxx | 1 + sfx2/source/view/classificationhelper.cxx | 1 + slideshow/source/engine/shapes/drawshape.cxx | 1 + svx/source/form/formcontroller.cxx | 1 + vcl/source/gdi/textlayout.cxx | 1 + xmloff/source/chart/SchXMLTableContext.cxx | 1 + xmloff/source/text/txtparae.cxx | 1 + 10 files changed, 11 insertions(+) diff --git a/chart2/source/inc/CommonConverters.hxx b/chart2/source/inc/CommonConverters.hxx index 46288be417b5..af72ba1c2844 100644 --- a/chart2/source/inc/CommonConverters.hxx +++ b/chart2/source/inc/CommonConverters.hxx @@ -38,6 +38,7 @@ #include #include +#include namespace chart { diff --git a/chart2/source/tools/DataSourceHelper.cxx b/chart2/source/tools/DataSourceHelper.cxx index 6e3773268179..3d90fa97d338 100644 --- a/chart2/source/tools/DataSourceHelper.cxx +++ b/chart2/source/tools/DataSourceHelper.cxx @@ -37,6 +37,8 @@ #include #include +#include + namespace chart { using namespace ::com::sun::star; diff --git a/dbaccess/source/filter/xml/xmlExport.cxx b/dbaccess/source/filter/xml/xmlExport.cxx index 14bf274a63af..2938173bb2a1 100644 --- a/dbaccess/source/filter/xml/xmlExport.cxx +++ b/dbaccess/source/filter/xml/xmlExport.cxx @@ -54,6 +54,7 @@ #include #include +#include namespace dbaxml { diff --git a/sd/source/ui/sidebar/MasterPageObserver.cxx b/sd/source/ui/sidebar/MasterPageObserver.cxx index 78b6dbc518de..cc32177d3bfa 100644 --- a/sd/source/ui/sidebar/MasterPageObserver.cxx +++ b/sd/source/ui/sidebar/MasterPageObserver.cxx @@ -20,6 +20,7 @@ #include "MasterPageObserver.hxx" #include +#include #include "drawdoc.hxx" #include "sdpage.hxx" #include diff --git a/sfx2/source/view/classificationhelper.cxx b/sfx2/source/view/classificationhelper.cxx index c3161b651b93..ab913b537d3f 100644 --- a/sfx2/source/view/classificationhelper.cxx +++ b/sfx2/source/view/classificationhelper.cxx @@ -11,6 +11,7 @@ #include #include +#include #include #include diff --git a/slideshow/source/engine/shapes/drawshape.cxx b/slideshow/source/engine/shapes/drawshape.cxx index 1d58d8df3c68..667a176a94f9 100644 --- a/slideshow/source/engine/shapes/drawshape.cxx +++ b/slideshow/source/engine/shapes/drawshape.cxx @@ -49,6 +49,7 @@ #include #include #include +#include #include #include diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx index 238c26503391..d0c93d3b7de1 100644 --- a/svx/source/form/formcontroller.cxx +++ b/svx/source/form/formcontroller.cxx @@ -88,6 +88,7 @@ #include #include +#include #include diff --git a/vcl/source/gdi/textlayout.cxx b/vcl/source/gdi/textlayout.cxx index 0b7ac697f8b0..1e01659c0a8a 100644 --- a/vcl/source/gdi/textlayout.cxx +++ b/vcl/source/gdi/textlayout.cxx @@ -33,6 +33,7 @@ #endif #include +#include namespace vcl { diff --git a/xmloff/source/chart/SchXMLTableContext.cxx b/xmloff/source/chart/SchXMLTableContext.cxx index d70b8f6ddb34..5bef1072a65e 100644 --- a/xmloff/source/chart/SchXMLTableContext.cxx +++ b/xmloff/source/chart/SchXMLTableContext.cxx @@ -49,6 +49,7 @@ #include #include +#include using namespace com::sun::star; using namespace ::xmloff::token; diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index b2c4320f8d6a..3cadc6acab51 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -109,6 +109,7 @@ #include #include #include +#include using namespace ::std; using namespace ::com::sun::star; -- cgit