X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsCache.h;h=66cfc85bf6e490160b1b91886b80425fd2781cd2;hb=a700d657b3b06541b10ddae8cc5847bd46d06aae;hp=e6d810ff429148e49e0f2d86adc5fe5e87ebb9b1;hpb=c9b9748cee687e709e9e48dd2c78e054d8ea29a3;p=lyx.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;