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 <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
David Ostrovsky
2016-03-09 00:01:36 +01:00
committed by Stephan Bergmann
parent 1baf5c3c66
commit adfa772549
10 changed files with 11 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
#include <vector> #include <vector>
#include <algorithm> #include <algorithm>
#include <iterator>
namespace chart namespace chart
{ {

View File

@@ -37,6 +37,8 @@
#include <com/sun/star/chart/ChartDataRowSource.hpp> #include <com/sun/star/chart/ChartDataRowSource.hpp>
#include <com/sun/star/chart/ErrorBarStyle.hpp> #include <com/sun/star/chart/ErrorBarStyle.hpp>
#include <iterator>
namespace chart namespace chart
{ {
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@@ -54,6 +54,7 @@
#include <boost/optional.hpp> #include <boost/optional.hpp>
#include <memory> #include <memory>
#include <iterator>
namespace dbaxml namespace dbaxml
{ {

View File

@@ -20,6 +20,7 @@
#include "MasterPageObserver.hxx" #include "MasterPageObserver.hxx"
#include <algorithm> #include <algorithm>
#include <iterator>
#include "drawdoc.hxx" #include "drawdoc.hxx"
#include "sdpage.hxx" #include "sdpage.hxx"
#include <set> #include <set>

View File

@@ -11,6 +11,7 @@
#include <map> #include <map>
#include <algorithm> #include <algorithm>
#include <iterator>
#include <com/sun/star/beans/XPropertyContainer.hpp> #include <com/sun/star/beans/XPropertyContainer.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp> #include <com/sun/star/document/XDocumentProperties.hpp>

View File

@@ -49,6 +49,7 @@
#include <boost/mem_fn.hpp> #include <boost/mem_fn.hpp>
#include <cmath> #include <cmath>
#include <algorithm> #include <algorithm>
#include <iterator>
#include <functional> #include <functional>
#include <limits> #include <limits>

View File

@@ -88,6 +88,7 @@
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <algorithm> #include <algorithm>
#include <iterator>
#include <o3tl/functional.hxx> #include <o3tl/functional.hxx>

View File

@@ -33,6 +33,7 @@
#endif #endif
#include <memory> #include <memory>
#include <iterator>
namespace vcl namespace vcl
{ {

View File

@@ -49,6 +49,7 @@
#include <vector> #include <vector>
#include <algorithm> #include <algorithm>
#include <iterator>
using namespace com::sun::star; using namespace com::sun::star;
using namespace ::xmloff::token; using namespace ::xmloff::token;

View File

@@ -109,6 +109,7 @@
#include <unordered_map> #include <unordered_map>
#include <vector> #include <vector>
#include <algorithm> #include <algorithm>
#include <iterator>
using namespace ::std; using namespace ::std;
using namespace ::com::sun::star; using namespace ::com::sun::star;