X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsCache.h;h=66cfc85bf6e490160b1b91886b80425fd2781cd2;hb=b032e2dfafbf1e86918dd0cd66e5de602edeee00;hp=e6d810ff429148e49e0f2d86adc5fe5e87ebb9b1;hpb=ca8709aaf5f5f14aae1978403e13aac3a93506aa;p=features.git diff --git a/src/graphics/GraphicsCache.h b/src/graphics/GraphicsCache.h index e6d810ff42..66cfc85bf6 100644 --- a/src/graphics/GraphicsCache.h +++ b/src/graphics/GraphicsCache.h @@ -20,10 +20,9 @@ #ifndef GRAPHICSCACHE_H #define GRAPHICSCACHE_H -#include "support/shared_ptr.h" - -#include +#include #include +#include namespace lyx { @@ -65,7 +64,7 @@ public: * * You have been warned! */ - typedef shared_ptr ItemPtr; + typedef std::shared_ptr ItemPtr; /// ItemPtr const item(support::FileName const & file) const;