diff options
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>, |