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:
committed by
Stephan Bergmann
parent
1baf5c3c66
commit
adfa772549
@@ -38,6 +38,7 @@
|
||||
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
namespace chart
|
||||
{
|
||||
|
@@ -37,6 +37,8 @@
|
||||
#include <com/sun/star/chart/ChartDataRowSource.hpp>
|
||||
#include <com/sun/star/chart/ErrorBarStyle.hpp>
|
||||
|
||||
#include <iterator>
|
||||
|
||||
namespace chart
|
||||
{
|
||||
using namespace ::com::sun::star;
|
||||
|
@@ -54,6 +54,7 @@
|
||||
|
||||
#include <boost/optional.hpp>
|
||||
#include <memory>
|
||||
#include <iterator>
|
||||
|
||||
namespace dbaxml
|
||||
{
|
||||
|
@@ -20,6 +20,7 @@
|
||||
#include "MasterPageObserver.hxx"
|
||||
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
#include "drawdoc.hxx"
|
||||
#include "sdpage.hxx"
|
||||
#include <set>
|
||||
|
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <map>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
#include <com/sun/star/beans/XPropertyContainer.hpp>
|
||||
#include <com/sun/star/document/XDocumentProperties.hpp>
|
||||
|
@@ -49,6 +49,7 @@
|
||||
#include <boost/mem_fn.hpp>
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
#include <functional>
|
||||
#include <limits>
|
||||
|
||||
|
@@ -88,6 +88,7 @@
|
||||
#include <osl/mutex.hxx>
|
||||
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
#include <o3tl/functional.hxx>
|
||||
|
||||
|
@@ -33,6 +33,7 @@
|
||||
#endif
|
||||
|
||||
#include <memory>
|
||||
#include <iterator>
|
||||
|
||||
namespace vcl
|
||||
{
|
||||
|
@@ -49,6 +49,7 @@
|
||||
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
using namespace com::sun::star;
|
||||
using namespace ::xmloff::token;
|
||||
|
@@ -109,6 +109,7 @@
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
using namespace ::std;
|
||||
using namespace ::com::sun::star;
|
||||
|
Reference in New Issue
Block a user