diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-04-14 08:42:15 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-04-25 09:31:31 +0200 |
commit | da64d198ec3b31318c92ad4bcaab18cc2bf5cfdc (patch) | |
tree | 96128ecdbb7c2d6f0065516c0a6a7eb3f454f8e1 /svl | |
parent | 9c807f1c8bf529fbed817990e7091335d3425666 (diff) |
tools: svstream.hxx needs only errcode.hxx & not errinf.hxx
Change-Id: Ia28e35ae5af4f601e9a586a3deffbcd61702b0ca
Reviewed-on: https://gerrit.libreoffice.org/36896
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/style.cxx | 1 | ||||
-rw-r--r-- | svl/source/misc/urihelper.cxx | 1 | ||||
-rw-r--r-- | svl/source/numbers/currencytable.cxx | 1 | ||||
-rw-r--r-- | svl/source/undo/undo.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx index a80b3be6ad02..1a54081eab52 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <svl/style.hxx> #include <com/sun/star/lang/XComponent.hpp> diff --git a/svl/source/misc/urihelper.cxx b/svl/source/misc/urihelper.cxx index 50c8b79b7b48..6da98476fa06 100644 --- a/svl/source/misc/urihelper.cxx +++ b/svl/source/misc/urihelper.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <memory> #include <sal/config.h> #include <unicode/idna.h> diff --git a/svl/source/numbers/currencytable.cxx b/svl/source/numbers/currencytable.cxx index 380e47bd4a2e..feef71b43b94 100644 --- a/svl/source/numbers/currencytable.cxx +++ b/svl/source/numbers/currencytable.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <memory> #include <svl/currencytable.hxx> NfCurrencyTable::iterator NfCurrencyTable::begin() diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx index 1ca8375b0164..2b3c80eed377 100644 --- a/svl/source/undo/undo.cxx +++ b/svl/source/undo/undo.cxx @@ -29,6 +29,7 @@ #include <boost/property_tree/json_parser.hpp> #include <unotools/datetime.hxx> +#include <memory> #include <vector> #include <list> #include <limits.h> |