From b71ba617e5c55ef4e98443fa10990b85665801fc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 24 Sep 2015 10:22:58 +0100 Subject: sd/source/ui/inc boost::scoped_ptr->std::unique_ptr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icf32ccd437c97dfa0ac3a569a3f2ec2b746ac300 Reviewed-on: https://gerrit.libreoffice.org/18822 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sd/source/ui/func/fuscale.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sd/source/ui/func/fuscale.cxx') diff --git a/sd/source/ui/func/fuscale.cxx b/sd/source/ui/func/fuscale.cxx index d83261017846..6697f6f0f6cc 100644 --- a/sd/source/ui/func/fuscale.cxx +++ b/sd/source/ui/func/fuscale.cxx @@ -40,6 +40,7 @@ #include #include #include +#include namespace sd { -- cgit