openjpeg-cdist bump again.
[libdcp.git] / src / lut_cache.h
index 5c75fe6aacb31fddcf8715fcebcd4ebefc318dfb..9bffa7b065c13dbc46fffa66ef4debe8a1e51c5d 100644 (file)
@@ -24,6 +24,8 @@
 #include <boost/shared_ptr.hpp>
 #include <boost/noncopyable.hpp>
 
+namespace dcp {
+
 template<class T>
 class LUTCache : public boost::noncopyable
 {
@@ -45,4 +47,6 @@ private:
        std::list<boost::shared_ptr<T> > _cache;
 };
 
+}
+
 #endif