diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-02-24 09:24:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-02-24 09:25:39 +0100 |
commit | d01f2531e28fd547e0f03ddeb90a409f05c25b6a (patch) | |
tree | b96569114b5384e527e4ae4b4301742d8367ed0b /slideshow | |
parent | 76ab37fe9005c5bea719da4808bbea10206a9d17 (diff) |
loplugin:unreffun
...of boost::sp_scalar_con-/destructor_hook overrides declared in
boost/smart_ptr/detail/sp_counted_impl.hpp
Change-Id: I5486dd890ef2ffdcb5973f3a8959ac0b6da376ee
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/sp_debug.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slideshow/source/engine/sp_debug.cxx b/slideshow/source/engine/sp_debug.cxx index a0d1500b1b5a..b5ef471a5634 100644 --- a/slideshow/source/engine/sp_debug.cxx +++ b/slideshow/source/engine/sp_debug.cxx @@ -32,6 +32,7 @@ #include <boost/assert.hpp> #include <boost/detail/lightweight_mutex.hpp> +#include <boost/shared_ptr.hpp> #include <canvas/debug.hxx> #include <cstdlib> #include <map> |