include/sfx2/viewsh.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 41ecd5b9ba217e00d4d1ebd8638721642ea71d38 Author: Miklos Vajna <[email protected]> Date: Fri Mar 20 21:51:03 2015 +0100 sfx2: boost/shared_ptr -> memory Change-Id: I1c48810bfa2b269b308c07ac43cf88198423c4cb Reviewed-on: https://gerrit.libreoffice.org/14941 Reviewed-by: Miklos Vajna <[email protected]> Tested-by: Jenkins <[email protected]> diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx index d751e63..7f5980e 100644 --- a/include/sfx2/viewsh.hxx +++ b/include/sfx2/viewsh.hxx @@ -20,6 +20,7 @@ #define INCLUDED_SFX2_VIEWSH_HXX #include <sal/config.h> +#include <memory> #include <sfx2/dllapi.h> #include <sal/types.h> #include <com/sun/star/embed/XEmbeddedObject.hpp> @@ -35,7 +36,6 @@ #include <tools/gen.hxx> #include <tools/errcode.hxx> #include <vcl/jobset.hxx> -#include <boost/shared_ptr.hpp> class SfxBaseController; class Size; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
