45 #ifndef OME_COMPAT_MEMORY_H
46 #define OME_COMPAT_MEMORY_H
55 using std::shared_ptr;
57 using std::static_pointer_cast;
58 using std::const_pointer_cast;
59 using std::dynamic_pointer_cast;
60 using std::enable_shared_from_this;
61 using std::make_shared;
62 using std::owner_less;
67 #endif // OME_COMPAT_MEMORY_H