diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-24 02:02:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-24 06:23:29 +0000 |
commit | c4fba6557cd7743d3f7ecc542f9cb2a36d0cd382 (patch) | |
tree | 4062cfed124b9ea331ce193e9a31521d9a40cc97 /vcl | |
parent | 0d7d6f242ef87c976095d22a7f5ebf751ba77ad8 (diff) |
boost->std
Change-Id: I24ecb1173af3711dfd6e8a9284f5d7a095d9c544
Reviewed-on: https://gerrit.libreoffice.org/18819
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/osx/OSXTransferable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/OSXTransferable.hxx b/vcl/osx/OSXTransferable.hxx index 79ae6bee5d08..dddaac63fa45 100644 --- a/vcl/osx/OSXTransferable.hxx +++ b/vcl/osx/OSXTransferable.hxx @@ -31,8 +31,8 @@ #import <Cocoa/Cocoa.h> #include <postmac.h> -#include <boost/shared_ptr.hpp> #include <boost/noncopyable.hpp> +#include <memory> #include <vector> class OSXTransferable : public ::cppu::WeakImplHelper<com::sun::star::datatransfer::XTransferable>, |