]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCache.h
Reimplement RowPainter::paintSelection() using row elements
[lyx.git] / src / graphics / GraphicsCache.h
index e6d810ff429148e49e0f2d86adc5fe5e87ebb9b1..66cfc85bf6e490160b1b91886b80425fd2781cd2 100644 (file)
 #ifndef GRAPHICSCACHE_H
 #define GRAPHICSCACHE_H
 
-#include "support/shared_ptr.h"
-
-#include <vector>
+#include <memory>
 #include <string>
+#include <vector>
 
 
 namespace lyx {
@@ -65,7 +64,7 @@ public:
         *
         *  You have been warned!
         */
-       typedef shared_ptr<CacheItem> ItemPtr;
+       typedef std::shared_ptr<CacheItem> ItemPtr;
        ///
        ItemPtr const item(support::FileName const & file) const;