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 --- basctl/source/basicide/baside2.hxx | 1 + basctl/source/basicide/basides1.cxx | 1 + basctl/source/basicide/basobj2.cxx | 1 + basctl/source/basicide/iderdll.cxx | 1 + basctl/source/basicide/scriptdocument.cxx | 1 + 5 files changed, 5 insertions(+) (limited to 'basctl') diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index 854f698e591c..f27997ddc15c 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_BASIDE2_HXX #define INCLUDED_BASCTL_SOURCE_BASICIDE_BASIDE2_HXX +#include #include "layout.hxx" #include "bastype3.hxx" #include "basidesh.hxx" diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx index c319abb7c06f..e6811d28d86e 100644 --- a/basctl/source/basicide/basides1.cxx +++ b/basctl/source/basicide/basides1.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include "basidesh.hrc" #include "helpid.hrc" diff --git a/basctl/source/basicide/basobj2.cxx b/basctl/source/basicide/basobj2.cxx index 34eaa8bcfe9e..d974ac2266be 100644 --- a/basctl/source/basicide/basobj2.cxx +++ b/basctl/source/basicide/basobj2.cxx @@ -31,6 +31,7 @@ #include #include +#include #include #include #include diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx index 1faeb46ae634..275ec980903b 100644 --- a/basctl/source/basicide/iderdll.cxx +++ b/basctl/source/basicide/iderdll.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include #include diff --git a/basctl/source/basicide/scriptdocument.cxx b/basctl/source/basicide/scriptdocument.cxx index 3ddf0c643ab9..1853334145cc 100644 --- a/basctl/source/basicide/scriptdocument.cxx +++ b/basctl/source/basicide/scriptdocument.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include "scriptdocument.hxx" #include "basobj.hxx" #include "basidesh.hrc" -- cgit