From da64d198ec3b31318c92ad4bcaab18cc2bf5cfdc Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Fri, 14 Apr 2017 08:42:15 +1000 Subject: tools: svstream.hxx needs only errcode.hxx & not errinf.hxx Change-Id: Ia28e35ae5af4f601e9a586a3deffbcd61702b0ca Reviewed-on: https://gerrit.libreoffice.org/36896 Tested-by: Jenkins Reviewed-by: Chris Sherlock --- connectivity/source/commontools/sqlerror.cxx | 1 + connectivity/source/drivers/mork/MDatabaseMetaData.hxx | 1 + connectivity/source/inc/calc/CConnection.hxx | 1 + connectivity/source/inc/dbase/dindexnode.hxx | 1 + connectivity/source/resource/sharedresources.cxx | 1 + 5 files changed, 5 insertions(+) (limited to 'connectivity') diff --git a/connectivity/source/commontools/sqlerror.cxx b/connectivity/source/commontools/sqlerror.cxx index 9a6d5d657456..bcb2fd2e5634 100644 --- a/connectivity/source/commontools/sqlerror.cxx +++ b/connectivity/source/commontools/sqlerror.cxx @@ -18,6 +18,7 @@ */ +#include #include #include diff --git a/connectivity/source/drivers/mork/MDatabaseMetaData.hxx b/connectivity/source/drivers/mork/MDatabaseMetaData.hxx index 7673227fad10..58b6a213050b 100644 --- a/connectivity/source/drivers/mork/MDatabaseMetaData.hxx +++ b/connectivity/source/drivers/mork/MDatabaseMetaData.hxx @@ -10,6 +10,7 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MDATABASEMETADATA_HXX #define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MORK_MDATABASEMETADATA_HXX +#include #include "TDatabaseMetaDataBase.hxx" namespace connectivity diff --git a/connectivity/source/inc/calc/CConnection.hxx b/connectivity/source/inc/calc/CConnection.hxx index 75867541146e..b526a8e3a705 100644 --- a/connectivity/source/inc/calc/CConnection.hxx +++ b/connectivity/source/inc/calc/CConnection.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CCONNECTION_HXX #define INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CCONNECTION_HXX +#include #include "file/FConnection.hxx" #include #include diff --git a/connectivity/source/inc/dbase/dindexnode.hxx b/connectivity/source/inc/dbase/dindexnode.hxx index 00c359cbfad6..8b75f5579311 100644 --- a/connectivity/source/inc/dbase/dindexnode.hxx +++ b/connectivity/source/inc/dbase/dindexnode.hxx @@ -23,6 +23,7 @@ #include "file/FTable.hxx" #include #include +#include #include #define NODE_NOTFOUND 0xFFFF diff --git a/connectivity/source/resource/sharedresources.cxx b/connectivity/source/resource/sharedresources.cxx index 40ea6bd89dd7..5f6e76e55969 100644 --- a/connectivity/source/resource/sharedresources.cxx +++ b/connectivity/source/resource/sharedresources.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include "resource/sharedresources.hxx" #include -- cgit